]> git.saurik.com Git - bison.git/blobdiff - Makefile.am
Remove src/Makefile.am.
[bison.git] / Makefile.am
index 188a0e3ec0cda77b4b5888e9eb9fec6bc1fd5454..f5f888d90212a9e4ca5cc701741b2d670bc90f69 100644 (file)
@@ -17,7 +17,7 @@
 
 ACLOCAL_AMFLAGS = -I m4
 
-SUBDIRS = po runtime-po lib data src doc tests
+SUBDIRS = po runtime-po lib . doc tests
 if BISON_CXX_WORKS
 SUBDIRS += examples/calc++
 endif
@@ -33,9 +33,13 @@ EXTRA_DIST = .prev-version .version cfg.mk maint.mk \
   djgpp/subpipe.c djgpp/subpipe.h djgpp/djunpack.bat \
   djgpp/fnchange.lst djgpp/testsuite.sed
 
+# Initialization before completion by local.mk's.
+BUILT_SOURCES =
 include build-aux/local.mk
+include data/local.mk
 include etc/local.mk
 include examples/local.mk
+include src/local.mk
 
 .PHONY: maintainer-check
 maintainer-check:
@@ -58,7 +62,7 @@ maintainer-xml-check:
 # a developer might naively reference .version in a test case while the bison
 # executable still compiles with VERSION, and so the test case might fail or
 # pass incorrectly.
-BUILT_SOURCES = $(top_srcdir)/.version
+BUILT_SOURCES += $(top_srcdir)/.version
 $(top_srcdir)/.version: configure
        echo $(VERSION) > $@-t && mv $@-t $@
 dist-hook: