(Makefile.in): Bug fix.
authorTom Tromey <tromey@redhat.com>
Thu, 16 Nov 1995 17:28:29 +0000 (17:28 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 16 Nov 1995 17:28:29 +0000 (17:28 +0000)
remake-subd.am
remake.am

index a753af7..148623c 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 a8ddc25..d088e1c 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.