aboutsummaryrefslogtreecommitdiff
path: root/gas/Makefile.am
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2004-05-07 06:23:54 +0000
committerDaniel Jacobowitz <drow@false.org>2004-05-07 06:23:54 +0000
commitbfbdcf04741c333ad931f22cbedf38cdcab8c2fe (patch)
tree357c984a72552f9b59f685faa0a19a446a690cf1 /gas/Makefile.am
parent34f75cc19f3ab1dfb345b07e19fe298d26124396 (diff)
downloadfsf-binutils-gdb-bfbdcf04741c333ad931f22cbedf38cdcab8c2fe.zip
fsf-binutils-gdb-bfbdcf04741c333ad931f22cbedf38cdcab8c2fe.tar.gz
fsf-binutils-gdb-bfbdcf04741c333ad931f22cbedf38cdcab8c2fe.tar.bz2
* Makefile.am (DIST_SUBDIRS): Define.
* aclocal.m4: Regenerate with automake 1.8.4. * Makefile.in: Likewise. * doc/Makefile.in: Likewise.
Diffstat (limited to 'gas/Makefile.am')
-rw-r--r--gas/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/Makefile.am b/gas/Makefile.am
index 94eae87..0e241d4 100644
--- a/gas/Makefile.am
+++ b/gas/Makefile.am
@@ -6,6 +6,9 @@ INTLLIBS = @INTLLIBS@
AUTOMAKE_OPTIONS = 1.8 cygnus dejagnu
SUBDIRS = doc po
+# Automake should figure this out on its own. It doesn't, because
+# of the "cygnus" option. But distclean still wants it.
+DIST_SUBDIRS = $(SUBDIRS)
tooldir = $(exec_prefix)/$(target_alias)