diff options
author | H.J. Lu <hjl@lucon.org> | 2002-12-19 00:50:33 +0000 |
---|---|---|
committer | H.J. Lu <hjl@lucon.org> | 2002-12-19 00:50:33 +0000 |
commit | 67882b9f716c7c90641f66a281bc777e62abe9eb (patch) | |
tree | d9a679d5be22aa852d540230e983c8f240c46c4f /Makefile.tpl | |
parent | 67439e35ab6c4720c83f39da40ea8449b19410d3 (diff) | |
download | gdb-67882b9f716c7c90641f66a281bc777e62abe9eb.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.
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; \ |