diff options
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. |