summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libgcc
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-11-15 00:49:35 +0000
committerobrien <obrien@FreeBSD.org>1999-11-15 00:49:35 +0000
commitb819c04855be58864272f1c548fc2c83d02d31cf (patch)
treef01bdee95a50c2dc6734b8cd088111efa4b602b2 /gnu/lib/libgcc
parent64fbe577c7b38d560a879ccdb7e534b637b19812 (diff)
downloadFreeBSD-src-b819c04855be58864272f1c548fc2c83d02d31cf.zip
FreeBSD-src-b819c04855be58864272f1c548fc2c83d02d31cf.tar.gz
Cosmetic change to match cc_tools/Makefile
Diffstat (limited to 'gnu/lib/libgcc')
-rw-r--r--gnu/lib/libgcc/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/gnu/lib/libgcc/Makefile b/gnu/lib/libgcc/Makefile
index ee4c5b4..60f6a34 100644
--- a/gnu/lib/libgcc/Makefile
+++ b/gnu/lib/libgcc/Makefile
@@ -82,20 +82,20 @@ NEW2POBJS= ${NEW2FUNCS:S/$/.po/}
OBJS= ${LIB1OBJS} ${LIB2OBJS} ${NEW1OBJS} ${NEW2OBJS}
config.h:
- echo '#include <${MACHINE_ARCH}/xm-${MACHINE_ARCH}.h>' > ${.TARGET}
- echo '#include <xm-freebsd.h>' >> ${.TARGET}
+ echo '#include <${MACHINE_ARCH}/xm-${MACHINE_ARCH}.h>' > ${.TARGET}
+ echo '#include <xm-freebsd.h>' >> ${.TARGET}
tconfig.h:
- echo '#include "${MACHINE_ARCH}/xm-${MACHINE_ARCH}.h"' > ${.TARGET}
+ echo '#include "${MACHINE_ARCH}/xm-${MACHINE_ARCH}.h"' > ${.TARGET}
tm.h:
- echo '#include "${MACHINE_ARCH}/${MACHINE_ARCH}.h"' > ${.TARGET}
+ echo '#include "${MACHINE_ARCH}/${MACHINE_ARCH}.h"' > ${.TARGET}
.if ${MACHINE_ARCH} == "i386"
- echo '#include "${MACHINE_ARCH}/att.h"' >> ${.TARGET}
+ echo '#include "${MACHINE_ARCH}/att.h"' >> ${.TARGET}
.endif
- echo '#include "${MACHINE_ARCH}/freebsd.h"' >> ${.TARGET}
+ echo '#include "${MACHINE_ARCH}/freebsd.h"' >> ${.TARGET}
.if ${MACHINE_ARCH} == "i386"
- echo '#include "${MACHINE_ARCH}/perform.h"' >> ${.TARGET}
+ echo '#include "${MACHINE_ARCH}/perform.h"' >> ${.TARGET}
.endif
${OBJS}: ${COMMONHDRS}
OpenPOWER on IntegriCloud