about summary refs log tree commit diff
path: root/other/pamx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'other/pamx/Makefile')
-rw-r--r--other/pamx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/other/pamx/Makefile b/other/pamx/Makefile
index 9c3f2cf0..baff506d 100644
--- a/other/pamx/Makefile
+++ b/other/pamx/Makefile
@@ -39,6 +39,6 @@ all: $(BINARIES)
 include $(SRCDIR)/Makefile.common
 
 pamx: $(PAMX_OBJECTS) $(NETPBMLIB) $(LIBOPT)
-	$(LD) $(LDFLAGS) -o $@ $(PAMX_OBJECTS) \
+	$(LD) -o $@ $(PAMX_OBJECTS) \
 	  $(shell $(LIBOPT) $(NETPBMLIB) $(X11LIB)) \
-	  $(LDLIBS) $(MATHLIB) $(RPATH) $(LADD)
+	  $(LDFLAGS) $(LDLIBS) $(MATHLIB) $(RPATH) $(LADD)