aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2002-12-19 20:27:11 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2002-12-19 20:27:11 +0000
commit93a1293bc109af9ffaef47116f83f24effd7d70b (patch)
treef559d55820294ba61207af8e86bd8bf5570103a9 /Makefile.in
parent262a8bfcf28bba1cb3167c689e9024f5729813d8 (diff)
downloadnewlib-93a1293bc109af9ffaef47116f83f24effd7d70b.zip
newlib-93a1293bc109af9ffaef47116f83f24effd7d70b.tar.gz
newlib-93a1293bc109af9ffaef47116f83f24effd7d70b.tar.bz2
* Makefile.tpl: Revert HJL's change.
* Makefile.in: Regenerated. * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and always.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 4466ec8..64b0657 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1235,7 +1235,7 @@ TAGS: do-TAGS
.PHONY: configure-build-libiberty maybe-configure-build-libiberty
maybe-configure-build-libiberty:
configure-build-libiberty: $(BUILD_SUBDIR)/libiberty/Makefile
-@build_prefix@$(BUILD_SUBDIR)/libiberty/Makefile: config.status
+$(BUILD_SUBDIR)/libiberty/Makefile: config.status
@[ -d $(BUILD_SUBDIR)/libiberty ] || mkdir $(BUILD_SUBDIR)/libiberty;\
r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \