diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2004-06-11 00:35:29 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2004-06-11 00:35:29 +0000 |
| commit | 20fe68acb9980c7cdbb662ac7a1c7eec31b1cf01 (patch) | |
| tree | 6515cd00798f84d31b477ed37454026ed164973f /gnu | |
| parent | aabc36c5b82b54b0b0a83652ca3bdd450d630fee (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/Makefile | 2 |
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 f9895359c784..ca6efdd68176 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 |
