diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2002-12-19 00:50:33 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2002-12-19 00:50:33 +0000 |
commit | efeae3db62cde77fe11a1dc4e04d04303ad34dee (patch) | |
tree | 97028690504ffb65848db4a9038327a1444b2ed8 /Makefile.tpl | |
parent | 32504c66e098b6739ddd311ee23f0ec30071f544 (diff) | |
download | fsf-binutils-gdb-efeae3db62cde77fe11a1dc4e04d04303ad34dee.zip fsf-binutils-gdb-efeae3db62cde77fe11a1dc4e04d04303ad34dee.tar.gz fsf-binutils-gdb-efeae3db62cde77fe11a1dc4e04d04303ad34dee.tar.bz2 |
2002-12-18 H.J. Lu <hjl@gnu.org>
* Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
* Makefile.in: Regenerated.
* configure.in (build_prefix): New. Substitute.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index 1a75885..d656c50 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -791,7 +791,7 @@ TAGS: do-TAGS .PHONY: configure-build-[+module+] maybe-configure-build-[+module+] maybe-configure-build-[+module+]: configure-build-[+module+]: $(BUILD_SUBDIR)/[+module+]/Makefile -$(BUILD_SUBDIR)/[+module+]/Makefile: config.status +@build_prefix@$(BUILD_SUBDIR)/[+module+]/Makefile: config.status @[ -d $(BUILD_SUBDIR)/[+module+] ] || mkdir $(BUILD_SUBDIR)/[+module+];\ r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ |