diff options
author | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-12-19 00:51:33 +0000 |
---|---|---|
committer | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-12-19 00:51:33 +0000 |
commit | cfaaca3e136a09008c83f8cf5663ac52a711b046 (patch) | |
tree | 9943d1ce3423a379881adfbb3c0ff864d36606e4 /Makefile.tpl | |
parent | 162b7e574b4e082f891702ab3f368cd0415f0c61 (diff) | |
download | gcc-cfaaca3e136a09008c83f8cf5663ac52a711b046.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60272 138bc75d-0d04-0410-961f-82ee72b054a4
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 1a758859c4c..d656c5065d5 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; \ |