summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRobert Nagy <robert@cvs.openbsd.org>2009-10-15 23:18:31 +0000
committerRobert Nagy <robert@cvs.openbsd.org>2009-10-15 23:18:31 +0000
commit38ed8d6b1f630ba5fa68d89cd07f6d8361fea7bd (patch)
tree0c65e9f185f532bd24df04bfa117a3785fe7ee5a /gnu
parentb134524a036df6037819165d30e692ecbeb4773b (diff)
Makefile.inc also has to be included from here
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/Makefile.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/Makefile.inc b/gnu/usr.bin/cc/Makefile.inc
index 1deefb190fd..cea529b957a 100644
--- a/gnu/usr.bin/cc/Makefile.inc
+++ b/gnu/usr.bin/cc/Makefile.inc
@@ -1,5 +1,7 @@
# $FreeBSD: src/gnu/usr.bin/cc/Makefile.inc,v 1.66.8.1 2009/04/15 03:14:26 kensmith Exp $
-# $OpenBSD: Makefile.inc,v 1.1 2009/10/15 20:50:19 robert Exp $
+# $OpenBSD: Makefile.inc,v 1.2 2009/10/15 23:18:30 robert Exp $
+
+.include "../Makefile.inc"
# Sometimes this is .include'd several times...
.if !defined(__CC_MAKEFILE_INC__)