diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2004-01-05 22:16:05 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2004-01-05 22:16:05 +0000 |
commit | 2251dd890519881118e3741a3ca66ea11e3792ee (patch) | |
tree | 61355439785fea8d2e81a1153671b9092f9188d1 /gas/doc/Makefile.am | |
parent | c658116845dc2b1daa9ccacc3bcd55d0349865f0 (diff) | |
download | gdb-2251dd890519881118e3741a3ca66ea11e3792ee.zip gdb-2251dd890519881118e3741a3ca66ea11e3792ee.tar.gz gdb-2251dd890519881118e3741a3ca66ea11e3792ee.tar.bz2 |
* Makefile.am (Makefile): Move the dependency on
$(BFDDIR)/configure.in to...
(CONFIG_STATUS_DEPENDENCIES): ... here.
(AUTOMAKE_OPTIONS): Require automake 1.8.
* Makefile.in: Regenerate.
* doc/Makefile.am (BASEDIR, BFDDIR): Define.
(CONFIG_STATUS_DEPENDENCIES): Add a dependency on
$(BFDDIR)/configure.in here as well.
* doc/Makefile.in: Regenerate.
Diffstat (limited to 'gas/doc/Makefile.am')
-rw-r--r-- | gas/doc/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/doc/Makefile.am b/gas/doc/Makefile.am index a9977f3..7f0f805 100644 --- a/gas/doc/Makefile.am +++ b/gas/doc/Makefile.am @@ -77,6 +77,11 @@ DISTCLEANFILES = asconfig.texi MAINTAINERCLEANFILES = gasver.texi +BASEDIR = $(srcdir)/../.. +BFDDIR = $(BASEDIR)/bfd + +CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in + # Maintenance # We need it for the taz target in ../../Makefile.in. |