summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-11-15 00:29:00 +0000
committerobrien <obrien@FreeBSD.org>1999-11-15 00:29:00 +0000
commit64fbe577c7b38d560a879ccdb7e534b637b19812 (patch)
tree2b84c2eccc44a04da2c6f469c7cb865ff95b9a91
parente0f64d6da869743bd9439e19fdf02b6693409293 (diff)
downloadFreeBSD-src-64fbe577c7b38d560a879ccdb7e534b637b19812.zip
FreeBSD-src-64fbe577c7b38d560a879ccdb7e534b637b19812.tar.gz
Purely cosmetic changes to lineup targets.
-rw-r--r--gnu/usr.bin/cc/cc_tools/Makefile32
1 files changed, 16 insertions, 16 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile
index 5e034fa..9e23f2d 100644
--- a/gnu/usr.bin/cc/cc_tools/Makefile
+++ b/gnu/usr.bin/cc/cc_tools/Makefile
@@ -135,38 +135,38 @@ COMMONHDRS= config.h hconfig.h multilib.h options.h specs.h tconfig.h tm.h
GENSRCS+= ${COMMONHDRS}
config.h hconfig.h:
- echo '#include "auto-host.h"' > ${.TARGET}
- echo '#include "${GCC_ARCH}/xm-${GCC_ARCH}.h"' >> ${.TARGET}
+ echo '#include "auto-host.h"' > ${.TARGET}
+ echo '#include "${GCC_ARCH}/xm-${GCC_ARCH}.h"' >> ${.TARGET}
multilib.h:
echo 'static char *multilib_raw[] = { \
- "aout maout;", "elf !maout;", NULL };' > ${.TARGET}
+ "aout maout;", "elf !maout;", NULL };' > ${.TARGET}
echo 'static char *multilib_matches_raw[] = { \
- "maout maout;", "melf melf;", NULL };' >> ${.TARGET}
- echo 'static char *multilib_extra = "";' >> ${.TARGET}
+ "maout maout;", "melf melf;", NULL };' >> ${.TARGET}
+ echo 'static char *multilib_extra = "";' >> ${.TARGET}
options.h:
- echo '#include "cp/lang-options.h"' > ${.TARGET}
- echo '#include "f/lang-options.h"' >> ${.TARGET}
+ echo '#include "cp/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 "cp/lang-specs.h"' > ${.TARGET}
+ echo '#include "f/lang-specs.h"' >> ${.TARGET}
tconfig.h:
- echo '#include "${GCC_ARCH}/xm-${GCC_ARCH}.h"' > ${.TARGET}
+ echo '#include "${GCC_ARCH}/xm-${GCC_ARCH}.h"' > ${.TARGET}
tm.h:
- echo '#include "${GCC_ARCH}/${GCC_ARCH}.h"' > ${.TARGET}
+ echo '#include "${GCC_ARCH}/${GCC_ARCH}.h"' > ${.TARGET}
.if ${GCC_ARCH} == "i386"
- echo '#include "${GCC_ARCH}/att.h"' >> ${.TARGET}
- echo '#include "svr4.h"' >> ${.TARGET}
+ echo '#include "${GCC_ARCH}/att.h"' >> ${.TARGET}
+ echo '#include "svr4.h"' >> ${.TARGET}
.endif
- echo '#include "${GCC_ARCH}/freebsd.h"' >> ${.TARGET}
+ echo '#include "${GCC_ARCH}/freebsd.h"' >> ${.TARGET}
.if ${GCC_ARCH} == "i386"
- echo '#include "${GCC_ARCH}/perform.h"' >> ${.TARGET}
+ echo '#include "${GCC_ARCH}/perform.h"' >> ${.TARGET}
.endif
- echo '#include <freebsd-native.h>' >> ${.TARGET}
+ echo '#include <freebsd-native.h>' >> ${.TARGET}
#-----------------------------------------------------------------------
# General things.
OpenPOWER on IntegriCloud