diff options
author | Daniel Jacobowitz <drow@false.org> | 2004-05-07 06:23:54 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2004-05-07 06:23:54 +0000 |
commit | bfbdcf04741c333ad931f22cbedf38cdcab8c2fe (patch) | |
tree | 357c984a72552f9b59f685faa0a19a446a690cf1 /gas/Makefile.am | |
parent | 34f75cc19f3ab1dfb345b07e19fe298d26124396 (diff) | |
download | gdb-bfbdcf04741c333ad931f22cbedf38cdcab8c2fe.zip gdb-bfbdcf04741c333ad931f22cbedf38cdcab8c2fe.tar.gz 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.am | 3 |
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) |