summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>2002-12-19 20:23:50 +0000
committerneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>2002-12-19 20:23:50 +0000
commit9baae5de24e7696b78118a0d993929a99cb4a1a1 (patch)
tree56922f4ec7f0d2e497c28cb02990b62a69d5f303 /Makefile.in
parent7656858fb1f35389b768d452220c9a72d7ed6da4 (diff)
downloadgcc-9baae5de24e7696b78118a0d993929a99cb4a1a1.tar.gz
* Makefile.tpl: Revert HJL's change.
* Makefile.in: Regenerated. * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and always. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60326 138bc75d-0d04-0410-961f-82ee72b054a4
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; \