diff options
author | cvs2svn <> | 2004-01-19 18:29:05 +0000 |
---|---|---|
committer | cvs2svn <> | 2004-01-19 18:29:05 +0000 |
commit | c17d18de3edc6d967343dd39dd85438508b3038d (patch) | |
tree | 528cda2103fa23bbe5cbdc185d5ad2de88db17dc /Makefile.tpl | |
parent | 19a58aa1e1b6710a4fe969ea55492f5fb7a0771d (diff) | |
download | cygnal-drow-cplus-merge-20040113.tar.gz cygnal-drow-cplus-merge-20040113.tar.bz2 cygnal-drow-cplus-merge-20040113.zip |
This commit was manufactured by cvs2svn to create tag 'drow-cplus-drow-cplus-merge-20040113
merge-20040113'.
Sprout from cagney_bigcore-20040122-branch 2004-01-19 18:28:59 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch'
Cherrypick from master 2004-01-12 21:24:18 UTC DJ Delorie <dj@redhat.com> 'merge from gcc':
ChangeLog
Makefile.def
Makefile.in
Makefile.tpl
config/ChangeLog
config/acinclude.m4
gettext.m4
include/ChangeLog
include/demangle.h
include/elf/ChangeLog
include/elf/common.h
src-release
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index c82c81830..7a7e3eb04 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -983,7 +983,7 @@ ENDIF raw_cxx +] .) topdir="../$(srcdir)" ;; \ *) topdir="../../$(srcdir)" ;; \ esac ;; \ - esac; \[+ IF stage +] + esac; \ if [ "$(srcdir)" = "." ] ; then \ if [ "$(TARGET_SUBDIR)" != "." ] ; then \ if $(SHELL) $$s/symlink-tree $${topdir}/[+module+] "no-such-file" ; then \ @@ -1004,10 +1004,10 @@ ENDIF raw_cxx +] fi; \ srcdiroption="--srcdir=."; \ libsrcdir="."; \ - else \[+ ENDIF stage +] + else \ srcdiroption="--srcdir=$${topdir}/[+module+]"; \ - libsrcdir="$$s/[+module+]"; \[+ IF stage +] - fi; \[+ ENDIF stage +] + libsrcdir="$$s/[+module+]"; \ + fi; \ rm -f no-such-file || : ; \ CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \ $(TARGET_CONFIGARGS) $${srcdiroption} \ |