about summary refs log tree commit diff
path: root/converter/other/pnmtopalm/Makefile
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/pnmtopalm/Makefile
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/pnmtopalm/Makefile')
-rw-r--r--converter/other/pnmtopalm/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/converter/other/pnmtopalm/Makefile b/converter/other/pnmtopalm/Makefile
index 3d802ed6..ebfa3573 100644
--- a/converter/other/pnmtopalm/Makefile
+++ b/converter/other/pnmtopalm/Makefile
@@ -21,13 +21,13 @@ include $(SRCDIR)/Makefile.common
 LIBOPTS = $(shell $(LIBOPT) $(NETPBMLIB))
 
 $(BINARIES): %: %.o palmcolormap.o $(NETPBMLIB) $(LIBOPT)
-	$(LD) $(LDFLAGS) -o $@ $< palmcolormap.o $(LIBOPTS) \
-	  $(MATHLIB) $(LDLIBS) $(RPATH) $(LADD)
+	$(LD) -o $@ $< palmcolormap.o $(LIBOPTS) \
+	  $(MATHLIB) $(LDFLAGS) $(LDLIBS) $(RPATH) $(LADD)
 
 gen_palm_colormap : % : %.c palmcolormap.o
-	$(CC) -I importinc $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ \
+	$(CC) -I importinc $(CPPFLAGS) $(CFLAGS) -o $@ \
 	  $< palmcolormap.o \
-	  $(LIBOPTS) $(MATHLIB) $(LDLIBS) $(LADD)
+	  $(LIBOPTS) $(MATHLIB) $(LDFLAGS) $(LDLIBS) $(LADD)
 
 
 clean: cleanspecial