Add the LDFLAGS when linking hlp2sgml.

This commit is contained in:
Michael Stefaniuc 2004-03-11 22:42:11 +00:00 committed by Alexandre Julliard
parent bdf4aff65b
commit 0075cdba81
1 changed files with 1 additions and 1 deletions

View File

@ -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