aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/usr.bin/cc/Makefile.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/usr.bin/cc/Makefile.inc b/gnu/usr.bin/cc/Makefile.inc
index 99d3722d3adfd..bc7d8113ede6c 100644
--- a/gnu/usr.bin/cc/Makefile.inc
+++ b/gnu/usr.bin/cc/Makefile.inc
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.inc,v 1.28 1999/03/10 09:04:18 obrien Exp $
+# $Id: Makefile.inc,v 1.26 1999/04/04 16:36:31 obrien Exp $
#
# Sometimes this is .include'd several times...
@@ -48,9 +48,8 @@ CFLAGS+= -DHAIFA
.if exists(${.OBJDIR}/../cc_tools)
CFLAGS+= -I${.OBJDIR}/../cc_tools
-.else
-CFLAGS+= -I${.CURDIR}/../cc_tools
.endif
+CFLAGS+= -I${.CURDIR}/../cc_tools
.if exists(${.OBJDIR}/../cc_int)
LIBDESTDIR= ${.OBJDIR}/../cc_int