From 30eb9c5000a7299f07b72fdc87ffd3634e6ca252 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Thu, 4 Dec 2008 17:37:03 +0000 Subject: Put CFLAGS in right order so old Netpbm library doesn't get found first git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@778 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- urt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'urt/Makefile') diff --git a/urt/Makefile b/urt/Makefile index c27174ac..b9eacaf9 100644 --- a/urt/Makefile +++ b/urt/Makefile @@ -24,8 +24,8 @@ librle.a: $(LIBOBJECTS) # Rule for objects. $(LIBOBJECTS): %.o: %.c importinc - $(CC) -c $(CPPFLAGS) $(CFLAGS) -I importinc -o $@ \ - $< $(CFLAGS_PERSONAL) $(CADD) + $(CC) -c -I importinc -o $@ \ + $< $(CPPFLAGS) $(CFLAGS) $(CFLAGS_PERSONAL) $(CADD) BINARIES = SCRIPTS = -- cgit 1.4.1