about summary refs log tree commit diff
path: root/converter/pbm
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-12-03 20:05:54 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-12-03 20:05:54 +0000
commit1531fdb3a9544e899b5108208faf2e265d19ab9f (patch)
tree8c937fed5138802db64856a6e3e586b4ad052bbb /converter/pbm
parente0e37e5604c997287245a163f15ddbbe54bbed55 (diff)
downloadnetpbm-mirror-1531fdb3a9544e899b5108208faf2e265d19ab9f.tar.gz
netpbm-mirror-1531fdb3a9544e899b5108208faf2e265d19ab9f.tar.xz
netpbm-mirror-1531fdb3a9544e899b5108208faf2e265d19ab9f.zip
Release 10.44.03
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@776 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/pbm')
-rw-r--r--converter/pbm/pbmtoppa/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/converter/pbm/pbmtoppa/Makefile b/converter/pbm/pbmtoppa/Makefile
index c4be08b7..ba15adaa 100644
--- a/converter/pbm/pbmtoppa/Makefile
+++ b/converter/pbm/pbmtoppa/Makefile
@@ -19,7 +19,7 @@ MERGE_OBJECTS = pbmtoppa.o2 ppa.o pbm.o cutswath.o
 include $(SRCDIR)/Makefile.common
 
 pbmtoppa: $(OBJECTS) $(NETPBMLIB) $(LIBOPT)
-	$(LD) $(LDFLAGS) -o pbmtoppa $(OBJECTS) \
-	  -lm $(shell $(LIBOPT) $(NETPBMLIB)) $(LDLIBS) \
+	$(LD) -o pbmtoppa $(OBJECTS) \
+	  -lm $(shell $(LIBOPT) $(NETPBMLIB)) $(LDFLAGS) $(LDLIBS) \
 	  $(RPATH) $(LADD)