summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 927d02e..3b6ecb6 100644
--- a/Makefile
+++ b/Makefile
@@ -62,10 +62,10 @@ libintl.a: $(LIBOBJS)
$(RANLIB) $@
msgmerge: $(OBJS)
- $(CC) $(LDFLAGS) -static -o $@ src/msgmerge.o $(PARSEROBJS)
+ $(CC) -static -o $@ src/msgmerge.o $(PARSEROBJS) $(LDFLAGS)
msgfmt: $(OBJS)
- $(CC) $(LDFLAGS) -static -o $@ src/msgfmt.o $(PARSEROBJS)
+ $(CC) -static -o $@ src/msgfmt.o $(PARSEROBJS) $(LDFLAGS)
xgettext:
cp src/xgettext.sh ./xgettext