]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
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 fecb80c8e8b3fd52fbe462516bfd85966565bcd5..a753af76269492a062627054254cb4ee5d78d968 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 cd228abfeccd06a532d3eaef06e31da48931048b..a8ddc25b07278d6d507d58322596bb32485a2852 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