diff options
author | Robert Nagy <robert@cvs.openbsd.org> | 2009-10-15 23:18:31 +0000 |
---|---|---|
committer | Robert Nagy <robert@cvs.openbsd.org> | 2009-10-15 23:18:31 +0000 |
commit | 38ed8d6b1f630ba5fa68d89cd07f6d8361fea7bd (patch) | |
tree | 0c65e9f185f532bd24df04bfa117a3785fe7ee5a /gnu | |
parent | b134524a036df6037819165d30e692ecbeb4773b (diff) |
Makefile.inc also has to be included from here
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/cc/Makefile.inc | 4 |
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__) |