diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-04-18 09:36:11 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-04-18 09:36:11 +0000 |
| commit | 0af4cf134e5eecf53f15a85a76afcaf55ea79fa9 (patch) | |
| tree | b2763d3f70b22bfe42babb3455612024de2a6744 /gnu/usr.bin | |
| parent | 6253064e3fa7fa40072ea3bbc766652ca991275d (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -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 b14d8ce5d55fb..f9a38f8097463 100644 --- a/gnu/usr.bin/cc/Makefile.inc +++ b/gnu/usr.bin/cc/Makefile.inc @@ -1,7 +1,9 @@ # -# $Id: Makefile.inc,v 1.27 1999/04/04 17:11:00 obrien Exp $ +# $Id: Makefile.inc,v 1.28 1999/04/08 15:43:36 peter Exp $ # +.include "../Makefile.inc" + # Sometimes this is .include'd several times... .if !defined(GCCDIR) GCCDIR= ${.CURDIR}/../../../../contrib/egcs/gcc |
