summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAlexander Kabaev <kan@FreeBSD.org>2004-01-06 19:20:30 +0000
committerAlexander Kabaev <kan@FreeBSD.org>2004-01-06 19:20:30 +0000
commit4f6304398f27b011f6768a9dc4c6377d16e31cdd (patch)
tree9d9cbf550a66e974981abe0335d507456acc3226 /gnu
parentc8d7ed0d0537b7789105092b1d1266fc4332b45b (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libstdc++/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libstdc++/Makefile b/gnu/lib/libstdc++/Makefile
index 77f36809dfc0..6f9e287e88e7 100644
--- a/gnu/lib/libstdc++/Makefile
+++ b/gnu/lib/libstdc++/Makefile
@@ -157,7 +157,7 @@ MARCHDIR= ${MACHINE_ARCH}
.if exists(${SRCDIR}/config/cpu/${MARCHDIR}/${h})
TARGETHDRS+= ${SRCDIR}/config/cpu/${MARCHDIR}/${h}
.else
-TARGETHDRS+= ${SRCDIR}/config/cpu/generic/bits/${h}
+TARGETHDRS+= ${SRCDIR}/config/cpu/generic/${h}
.endif
.endfor