From e18e2480dc950ab4cfc19ce9e1fd5918f35dbbad Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Tue, 24 Nov 2020 17:03:14 -0700 Subject: [PATCH] dthelp parser htag1: add new global.c from master --- cde/programs/dthelp/parser/pass1/helptag/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cde/programs/dthelp/parser/pass1/helptag/Makefile.am b/cde/programs/dthelp/parser/pass1/helptag/Makefile.am index 5e9da946b..552c6763c 100644 --- a/cde/programs/dthelp/parser/pass1/helptag/Makefile.am +++ b/cde/programs/dthelp/parser/pass1/helptag/Makefile.am @@ -39,5 +39,5 @@ AM_CPPFLAGS = -I. -I$(HELPPARSERSRC) -I$(HELPUTILSRC) \ noinst_LIBRARIES = libhelptag.a libhelptag_a_SOURCES = custom.c default.c help.c make.c option.c \ special.c out.c xref.c $(XLATESRCS) \ - ../parser/delim.h + global.c ../parser/delim.h