Added -nostdinc flag. Comedi _should_ compile with it.
authorDavid Schleef <ds@schleef.org>
Mon, 27 Aug 2001 09:56:57 +0000 (09:56 +0000)
committerDavid Schleef <ds@schleef.org>
Mon, 27 Aug 2001 09:56:57 +0000 (09:56 +0000)
Makefile.modbuild

index ea907135ad7dd58f823b80f1f823ff4dd678e410..ce84434c204d999acbb5bc3e648d7922c99256e3 100644 (file)
@@ -57,6 +57,7 @@ endif
 ifdef RTAIDIR
 CFLAGS += -I $(TOPDIR)/include/rtai
 endif
+CFLAGS += -nostdinc -I $(shell $(CC) -print-search-dirs|grep ^install:|sed 's/^install: //')include
 
 CONFIG_SHELL := sh
 
@@ -151,6 +152,7 @@ clean:
 
 distclean:     clean
        rm -f .depend `find . -name .depend -print`
+       rm -f .hdepend
        rm -f core `find . \( -name '*.orig' -o -name '*.rej' -o -name '*~' \
                -o -name '*.bak' -o -name '#*#' -o -name '.*.orig' \
                -o -name '.*.rej' -o -name '.SUMS' -o -size 0 \) -print` TAGS