* Makefile.am (DIST_SUBDIRS): Define.
[deliverable/binutils-gdb.git] / gas / Makefile.am
index 94eae8710418689022630df372284f78f64ab8cb..0e241d4f596aa5954fccb82463118b242c248556 100644 (file)
@@ -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)
 
This page took 0.029412 seconds and 4 git commands to generate.