Add the LDFLAGS when linking hlp2sgml.
This commit is contained in:
parent
bdf4aff65b
commit
0075cdba81
|
@ -25,7 +25,7 @@ RC_SRCS = rsrc.rc
|
|||
all: $(PROGRAMS)
|
||||
|
||||
hlp2sgml: hlp2sgml.o hlpfile.o
|
||||
$(CC) -o hlp2sgml hlp2sgml.o hlpfile.o
|
||||
$(CC) -o hlp2sgml hlp2sgml.o hlpfile.o $(LDFLAGS)
|
||||
|
||||
@LEX_OUTPUT_ROOT@.c: macro.lex.l
|
||||
$(LEX) -8 -i $(SRCDIR)/macro.lex.l
|
||||
|
|
Loading…
Reference in New Issue