summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-06-07 18:54:56 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-06-07 18:54:56 +0000
commit472c1ca2827e9409abacce4dc281b6392fb3448e (patch)
treef9408ad7864dc1683b929f25a692213b22442992 /Makefile
parent739385e761c11cc18503efbe2f131e56e482de28 (diff)
simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32846 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 92e1a2a17..ac59244d1 100644
--- a/Makefile
+++ b/Makefile
@@ -127,9 +127,9 @@ ifneq ($(wildcard makeopts),)
include makeopts
endif
-TOPDIR_CFLAGS=-include include/autoconfig.h -Iinclude
-MOD_SUBDIR_CFLAGS=-include ../include/autoconfig.h -I../include -I..
-OTHER_SUBDIR_CFLAGS=-include ../include/autoconfig.h -I../include -I..
+TOPDIR_CFLAGS=-Iinclude
+MOD_SUBDIR_CFLAGS=-I../include -I..
+OTHER_SUBDIR_CFLAGS=-I../include -I..
ifeq ($(findstring dont-optimize,$(MAKECMDGOALS)),)
ifeq ($(findstring DONT_OPTIMIZE,$(MENUSELECT_CFLAGS)),)