aboutsummaryrefslogtreecommitdiff
path: root/Makefile.tpl
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
commit14c428fb1bd913c13a7b16250a5c69cb181bb24b (patch)
tree2e72c90f38a873799ea5b21b5fb9e47b4a2821d3 /Makefile.tpl
parent521168af1c8b6aaeb00d6bfae89abf737103def5 (diff)
downloadfsf-binutils-gdb-14c428fb1bd913c13a7b16250a5c69cb181bb24b.zip
fsf-binutils-gdb-14c428fb1bd913c13a7b16250a5c69cb181bb24b.tar.gz
fsf-binutils-gdb-14c428fb1bd913c13a7b16250a5c69cb181bb24b.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.tpl')
-rw-r--r--Makefile.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index de5291f..d4edeed 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -792,7 +792,7 @@ TAGS: do-TAGS
.PHONY: configure-build-[+module+] maybe-configure-build-[+module+]
maybe-configure-build-[+module+]:
configure-build-[+module+]: $(BUILD_SUBDIR)/[+module+]/Makefile
-@build_prefix@$(BUILD_SUBDIR)/[+module+]/Makefile: config.status
+$(BUILD_SUBDIR)/[+module+]/Makefile: config.status
@[ -d $(BUILD_SUBDIR)/[+module+] ] || mkdir $(BUILD_SUBDIR)/[+module+];\
r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \