diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-04-18 09:44:36 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-04-18 09:44:36 +0000 |
| commit | df35f426d2c0519fca0d2709302069140da8cad6 (patch) | |
| tree | 389a3dc4ed1e47b3fafdd9c2bdf445b46195958d /gnu | |
| parent | b414fa0fb02a9973332472359e0787f76a706b6f (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile index e17b785f3daa0..c7fbf683e6efd 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.26 1999/04/11 04:11:27 bde Exp $ +# $Id: Makefile,v 1.27 1999/04/11 04:32:42 bde Exp $ # # @@ -144,11 +144,11 @@ multilib.h: options.h: echo '#include "cp/lang-options.h"' > ${.TARGET} - #echo '#include "f/lang-options.h"' >> ${.TARGET} + echo '#include "f/lang-options.h"' >> ${.TARGET} specs.h: echo '#include "cp/lang-specs.h"' > ${.TARGET} - #echo '#include "f/lang-specs.h"' >> ${.TARGET} + echo '#include "f/lang-specs.h"' >> ${.TARGET} tconfig.h: echo '#include "${MACHINE_ARCH}/xm-${MACHINE_ARCH}.h"' > ${.TARGET} |
