From f3ab913ff41c1873b2460abc2f3350e98c1ad181 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 12 Feb 2012 19:01:39 +0000 Subject: cleanup git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1641 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- urt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urt/Makefile') diff --git a/urt/Makefile b/urt/Makefile index 57543b0c..b94da1b2 100644 --- a/urt/Makefile +++ b/urt/Makefile @@ -24,7 +24,7 @@ librle.a: $(LIBOBJECTS) # Rule for objects. $(LIBOBJECTS): %.o: %.c importinc - $(CC) -c -I importinc -o $@ \ + $(CC) -c $(INCLUDES) -o $@ \ $< $(CPPFLAGS) $(CFLAGS) $(CFLAGS_PERSONAL) $(CADD) BINARIES = -- cgit 1.4.1