summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2004-06-11 00:35:29 +0000
committerpeter <peter@FreeBSD.org>2004-06-11 00:35:29 +0000
commit01cc4d4558717fbd092683058a1c66ee4dcd7904 (patch)
tree6515cd00798f84d31b477ed37454026ed164973f /gnu/usr.bin
parentdb97a6ffb28901bd495448b7dba55989e7742438 (diff)
downloadFreeBSD-src-01cc4d4558717fbd092683058a1c66ee4dcd7904.zip
FreeBSD-src-01cc4d4558717fbd092683058a1c66ee4dcd7904.tar.gz
Revise previous commit - I managed to mess up a 1-line change and broke
amd64 world. The csu code evalues this Makefile with a different origin.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/cc/cc_tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile
index f989535..ca6efdd 100644
--- a/gnu/usr.bin/cc/cc_tools/Makefile
+++ b/gnu/usr.bin/cc/cc_tools/Makefile
@@ -187,7 +187,7 @@ TARGET_INC+= ${GCC_CPU}/freebsd.h
.if ${TARGET_ARCH} == "amd64"
TARGET_INC+= ${GCC_CPU}/x86-64.h
TARGET_INC+= ${GCC_CPU}/freebsd64.h
-TARGET_INC+= ${.CURDIR}/freebsd64-fix.h
+TARGET_INC+= freebsd64-fix.h
.endif
TARGET_INC+= defaults.h
OpenPOWER on IntegriCloud