summaryrefslogtreecommitdiffstats
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
commit93a1293bc109af9ffaef47116f83f24effd7d70b (patch)
treef559d55820294ba61207af8e86bd8bf5570103a9 /Makefile.tpl
parent262a8bfcf28bba1cb3167c689e9024f5729813d8 (diff)
downloadcygnal-93a1293bc109af9ffaef47116f83f24effd7d70b.tar.gz
cygnal-93a1293bc109af9ffaef47116f83f24effd7d70b.tar.bz2
cygnal-93a1293bc109af9ffaef47116f83f24effd7d70b.zip
* 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 de5291f54..d4edeed1e 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; \