summaryrefslogtreecommitdiff
blob: 70d9b4ca4fcf8802bf7d4c7b81fae83e4da7f188 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- Makefile.old	2005-04-17 21:50:21.384681513 +0300
+++ Makefile	2005-04-17 21:51:26.854632179 +0300
@@ -292,11 +292,7 @@
 # Native compiles
 #
 
-# using nonstandard kernel?
-KERNEL_INC ?=	/home/src/linux/include
-INCLUDES =	-I$(KERNEL_INC)
-
-CFLAGS =	-g -O $(INCLUDES) $(RPM_OPT_FLAGS)
+CFLAGS += -g -O $(RPM_OPT_FLAGS)
 
 
 native: $(NATIVE)