about summary refs log tree commit diff
path: root/converter/other/pnmtopalm
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2006-10-07 18:45:11 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2006-10-07 18:45:11 +0000
commit9eba0808f20753cd15887b057f0d0fb20e663c03 (patch)
tree29e0776b5bf387175c31e3368d6b7c2c4e61a3d2 /converter/other/pnmtopalm
parent0bf54ddfa2a0efcf6142ad1292abbfa26fe0bee3 (diff)
downloadnetpbm-mirror-9eba0808f20753cd15887b057f0d0fb20e663c03.tar.gz
netpbm-mirror-9eba0808f20753cd15887b057f0d0fb20e663c03.tar.xz
netpbm-mirror-9eba0808f20753cd15887b057f0d0fb20e663c03.zip
Add CPPFLAGS to builds where it is missing
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@83 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/pnmtopalm')
-rw-r--r--converter/other/pnmtopalm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/converter/other/pnmtopalm/Makefile b/converter/other/pnmtopalm/Makefile
index d7bf2829..3d802ed6 100644
--- a/converter/other/pnmtopalm/Makefile
+++ b/converter/other/pnmtopalm/Makefile
@@ -25,7 +25,8 @@ $(BINARIES): %: %.o palmcolormap.o $(NETPBMLIB) $(LIBOPT)
 	  $(MATHLIB) $(LDLIBS) $(RPATH) $(LADD)
 
 gen_palm_colormap : % : %.c palmcolormap.o
-	$(CC) -I importinc $(CFLAGS) $(LDFLAGS) -o $@ $< palmcolormap.o \
+	$(CC) -I importinc $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ \
+	  $< palmcolormap.o \
 	  $(LIBOPTS) $(MATHLIB) $(LDLIBS) $(LADD)