We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5e7931 commit 6dc2459Copy full SHA for 6dc2459
Makefile
@@ -62,10 +62,10 @@ libintl.a: $(LIBOBJS)
62
$(RANLIB) $@
63
64
msgmerge: $(OBJS)
65
- $(CC) $(LDFLAGS) -static -o $@ src/msgmerge.o $(PARSEROBJS)
+ $(CC) -static -o $@ src/msgmerge.o $(PARSEROBJS) $(LDFLAGS)
66
67
msgfmt: $(OBJS)
68
- $(CC) $(LDFLAGS) -static -o $@ src/msgfmt.o $(PARSEROBJS)
+ $(CC) -static -o $@ src/msgfmt.o $(PARSEROBJS) $(LDFLAGS)
69
70
xgettext:
71
cp src/xgettext.sh ./xgettext
0 commit comments