diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-04-02 05:41:50 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-04-02 05:45:03 -0700 |
commit | 39f3de7c43926181f8f2f57bfa17d4fe9e5748a0 (patch) | |
tree | 64109d11d33ed48318326aaa8aacf1e38cc1fc32 /gdb/Makefile.in | |
parent | 7fed4b0be6aa0d0794b8536e9f80d128f0d9bbdb (diff) | |
download | gdb-39f3de7c43926181f8f2f57bfa17d4fe9e5748a0.zip gdb-39f3de7c43926181f8f2f57bfa17d4fe9e5748a0.tar.gz gdb-39f3de7c43926181f8f2f57bfa17d4fe9e5748a0.tar.bz2 |
Regenerate configure in bfd/binutils/gas/gdb/gold
bfd/
* configure: Regenerated.
binutils/
* configure: Regenerated.
gas/
* configure: Regenerated.
gdb/
* Makefile.in (top_srcdir): New.
* configure: Regenerated.
gold/
* configure: Regenerated.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 8f43617..87645cd 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -105,6 +105,7 @@ POSTCOMPILE = @true # Directory containing source files. srcdir = @srcdir@ VPATH = @srcdir@ +top_srcdir = @top_srcdir@ YACC=@YACC@ |