summaryrefslogtreecommitdiff
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
commite2880ee67a40933001f593578ac174bee93fd883 (patch)
tree4c96da6566d2428c4bad5e8935750d47fc64ac50 /Makefile.in
parentd55885af558a789c30a2e213c7209ad2ae5e8196 (diff)
downloadgdb-e2880ee67a40933001f593578ac174bee93fd883.tar.gz
* 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 4466ec84161..64b0657ef12 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; \