summaryrefslogtreecommitdiff
path: root/package/config/Makefile
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-06-28 11:53:59 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-06-28 11:53:59 +0000
commit543a89568ea3d587d95778b3298b8588bc589c20 (patch)
treee03f51d850c1edc8f906f0ae60ee159cc7096e77 /package/config/Makefile
parentafc61c6e8e3f9d0065c2328d4a01227cfa71ba5d (diff)
- make it compile with a C89 compiler
Diffstat (limited to 'package/config/Makefile')
-rw-r--r--package/config/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/config/Makefile b/package/config/Makefile
index f247082cf..436f574bb 100644
--- a/package/config/Makefile
+++ b/package/config/Makefile
@@ -5,7 +5,7 @@ top_builddir=../../
srctree := .
include Makefile.kconfig
-
+HOSTCFLAGS+=-Dinline="" -include foo.h
-include .depend
.depend: $(wildcard *.h *.c)
$(HOSTCC) $(HOST_EXTRACFLAGS) $(HOSTCFLAGS) -MM *.c > .depend 2>/dev/null || :