aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1999-04-11 04:11:27 +0000
committerBruce Evans <bde@FreeBSD.org>1999-04-11 04:11:27 +0000
commit5c2d3329d83064cc0f90b5dd6f27b910865500ca (patch)
tree55762eed1b84e4dbbcfce31a8331be2ed0723bdc /gnu/usr.bin/cc
parent51e409814866e0721d2bf97f948f22b32da73553 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/cc')
-rw-r--r--gnu/usr.bin/cc/cc_tools/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile
index 84af2a8065a3..872761ba2380 100644
--- a/gnu/usr.bin/cc/cc_tools/Makefile
+++ b/gnu/usr.bin/cc/cc_tools/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.24 1999/04/08 23:37:46 obrien Exp $
+# $Id: Makefile,v 1.25 1999/04/09 18:46:48 bde Exp $
#
#
@@ -13,10 +13,12 @@
# Prevent mkdep from using it, so that we don't have to give rules for
# aliases of generated headers.
#
-CFLAGS+= -I${GCCDIR}/objc
+CFLAGS+= -I.
.include "../Makefile.inc"
+CFLAGS+= -I${GCCDIR}/objc
+
.PATH: ${GCCDIR} ${GCCDIR}/cp
#-----------------------------------------------------------------------