Added rule where Makefile.in depends on Makefile.am
authorTom Tromey <tromey@redhat.com>
Thu, 16 Nov 1995 09:34:39 +0000 (09:34 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 16 Nov 1995 09:34:39 +0000 (09:34 +0000)
remake-subd.am
remake.am

index fecb80c..a753af7 100644 (file)
@@ -1,3 +1,6 @@
+$(srcdir)/Makefile.in: Makefile.am
+       cd $(top_srcdir) && automake
+
 Makefile: ../config.status Makefile.in
        cd ..; CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
 
index cd228ab..a8ddc25 100644 (file)
--- a/remake.am
+++ b/remake.am
@@ -1,3 +1,6 @@
+$(srcdir)/Makefile.in: Makefile.am
+       cd $(srcdir); automake
+
 # For an explanation of the following Makefile rules, see node
 # `Automatic Remaking' in GNU Autoconf documentation.
 Makefile: Makefile.in config.status