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