about summary refs log tree commit diff
path: root/converter/other/jbig
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/other/jbig
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/other/jbig')
-rw-r--r--converter/other/jbig/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/converter/other/jbig/Makefile b/converter/other/jbig/Makefile
index 4be21582..3b87d1cc 100644
--- a/converter/other/jbig/Makefile
+++ b/converter/other/jbig/Makefile
@@ -36,9 +36,9 @@ all: $(BINARIES)
 include $(SRCDIR)/Makefile.common
 
 $(BINARIES): %: %.o $(JBIGLIB_DEP) $(NETPBMLIB) $(LIBOPT)
-	$(LD) $(LDFLAGS) -o $@ $< \
-	  $(shell $(LIBOPT) $(NETPBMLIB) $(JBIGLIB)) $(MATHLIB) $(LDLIBS) \
-	  $(RPATH) $(LADD)
+	$(LD) -o $@ $< \
+	  $(shell $(LIBOPT) $(NETPBMLIB) $(JBIGLIB)) $(MATHLIB) \
+	  $(LDFLAGS) $(LDLIBS) $(RPATH) $(LADD)
 
 
 $(BUILDDIR)/$(SUBDIR)/libjbig.a: $(LIBJBIG_OBJECTS)