Commit 0075cdba authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

Add the LDFLAGS when linking hlp2sgml.

parent bdf4aff6
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment