diff options
Diffstat (limited to 'gas/Makefile.am')
-rw-r--r-- | gas/Makefile.am | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gas/Makefile.am b/gas/Makefile.am index 7678ee6..80c6e2c 100644 --- a/gas/Makefile.am +++ b/gas/Makefile.am @@ -17,10 +17,12 @@ # <http://www.gnu.org/licenses/>. # -AUTOMAKE_OPTIONS = dejagnu foreign no-dist subdir-objects +AUTOMAKE_OPTIONS = dejagnu foreign no-dist subdir-objects info-in-builddir no-texinfo.tex ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd -SUBDIRS = doc po +MAINTAINERCLEANFILES = + +SUBDIRS = po tooldir = $(exec_prefix)/$(target_alias) @@ -644,3 +646,5 @@ de-stage3: CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.tgt $(BFDDIR)/development.sh EXTRA_DEJAGNU_SITE_CONFIG = development.exp + +include doc/local.mk |