diff tremor/Makefile @ 19037:7a9a9748e045

OPTFLAGS already includes EXTRA_INC.
author diego
date Wed, 12 Jul 2006 17:58:07 +0000
parents c127ce678083
children 618d1857f4c4
line wrap: on
line diff
--- a/tremor/Makefile	Wed Jul 12 17:32:14 2006 +0000
+++ b/tremor/Makefile	Wed Jul 12 17:58:07 2006 +0000
@@ -19,7 +19,7 @@
           window.c \
 
 OBJS	= $(SRCS:.c=.o)
-INCLUDE = -I. -I.. $(EXTRA_INC)
+INCLUDE = -I. -I..
 CFLAGS  = $(OPTFLAGS) $(INCLUDE) $(TREMOR_FLAGS)
 
 .SUFFIXES: .c .o