]> sourceware.org Git - automake.git/commitdiff
(Makefile.in): Bug fix.
authorTom Tromey <tromey@redhat.com>
Thu, 16 Nov 1995 17:28:09 +0000 (17:28 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 16 Nov 1995 17:28:09 +0000 (17:28 +0000)
remake-subd.am
remake.am

index a753af76269492a062627054254cb4ee5d78d968..148623c4651cf38879aea8c3c80ac4aabfdcce18 100644 (file)
@@ -1,5 +1,5 @@
 $(srcdir)/Makefile.in: Makefile.am
-       cd $(top_srcdir) && automake
+       cd $(top_srcdir) && automake $(subdir)/Makefile
 
 Makefile: ../config.status Makefile.in
        cd ..; CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
index a8ddc25b07278d6d507d58322596bb32485a2852..d088e1c29f8bf6d0b194f510191a48d4793ee505 100644 (file)
--- a/remake.am
+++ b/remake.am
@@ -1,5 +1,5 @@
 $(srcdir)/Makefile.in: Makefile.am
-       cd $(srcdir); automake
+       cd $(srcdir); automake Makefile.am
 
 # For an explanation of the following Makefile rules, see node
 # `Automatic Remaking' in GNU Autoconf documentation.
This page took 0.028297 seconds and 5 git commands to generate.