changeset 9:be62e3d4227e libpostproc

Remove duplicate -I option.
author diego
date Thu, 17 Aug 2006 09:55:37 +0000
parents b7f4f60b088b
children 5017827a174a
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Wed Jul 12 15:19:51 2006 +0000
+++ b/Makefile	Thu Aug 17 09:55:37 2006 +0000
@@ -22,6 +22,6 @@
 
 ifeq ($(BUILD_SHARED),yes)
 postprocess_pic.o: postprocess.c
-	$(CC) -c $(CFLAGS) -fomit-frame-pointer -fPIC -DPIC -I.. -I../.. -o $@ $<
+	$(CC) -c $(CFLAGS) -fomit-frame-pointer -fPIC -DPIC -o $@ $<
 endif