From 9eba0808f20753cd15887b057f0d0fb20e663c03 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 7 Oct 2006 18:45:11 +0000 Subject: 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 --- urt/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'urt/Makefile') diff --git a/urt/Makefile b/urt/Makefile index 04dd2913..930cae6c 100644 --- a/urt/Makefile +++ b/urt/Makefile @@ -24,7 +24,8 @@ librle.a: $(LIBOBJECTS) # Rule for objects. $(LIBOBJECTS): %.o: %.c importinc - $(CC) -c $(CFLAGS) -I importinc -o $@ $< $(CFLAGS_PERSONAL) $(CADD) + $(CC) -c $(CPPFLAGS) $(CFLAGS) -I importinc -o $@ \ + $< $(CFLAGS_PERSONAL) $(CADD) BINARIES = SCRIPTS = -- cgit 1.4.1