diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2004-05-25 20:16:56 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gcc.gnu.org> | 2004-05-25 20:16:56 +0000 |
commit | 5da9128adac1e5d2ae93d1c20b8c202225ae6355 (patch) | |
tree | 65c3f49767a6096977672d4a84ce3b6e4751d42c /gcc | |
parent | 08d105faa5a0d6ce749e66f9485cace10ea3a375 (diff) | |
download | gcc-5da9128adac1e5d2ae93d1c20b8c202225ae6355.zip gcc-5da9128adac1e5d2ae93d1c20b8c202225ae6355.tar.gz gcc-5da9128adac1e5d2ae93d1c20b8c202225ae6355.tar.bz2 |
Makefile.in (top_builddir): Define to .
gcc/ChangeLog:
2004-04-25 Paolo Bonzini <bonzini@gnu.org>
* Makefile.in (top_builddir): Define to .
intl/ChangeLog:
2004-04-25 Paolo Bonzini <bonzini@gnu.org>
* configure.ac: Point config.intl to the parent directory of
${top_builddir}.
* configure: Regenerate.
From-SVN: r82259
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/Makefile.in | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 19c5a66..e9ae056 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-04-25 Paolo Bonzini <bonzini@gnu.org> + + * Makefile.in (top_builddir): Define to . + 2004-05-25 Alexandre Oliva <aoliva@redhat.com> * configure.ac (gcc_cv_ld): Prefer in-tree ld over whatever the diff --git a/gcc/Makefile.in b/gcc/Makefile.in index bd6afbe..ad4a7cd 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -77,8 +77,8 @@ docdir = @srcdir@/doc abs_srcdir = @abs_srcdir@ abs_docdir = @abs_srcdir@/doc -# Top build directory, relative to here. -top_builddir = .. +# Top build directory for this package, relative to here. +top_builddir = . # objdir is set by configure. # It's normally the absolute path to the current directory. objdir = @objdir@ |