summaryrefslogtreecommitdiffstats
path: root/tremor/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tremor/Makefile')
-rw-r--r--tremor/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tremor/Makefile b/tremor/Makefile
index dc6651dba6..8d04e2f50f 100644
--- a/tremor/Makefile
+++ b/tremor/Makefile
@@ -19,7 +19,7 @@ SRCS = bitwise.c \
window.c \
OBJS = $(SRCS:.c=.o)
-INCLUDE = -I. -I.. $(EXTRA_INC)
+INCLUDE = -I. -I..
CFLAGS = $(OPTFLAGS) $(INCLUDE) $(TREMOR_FLAGS)
.SUFFIXES: .c .o