From: Tom Tromey Date: Thu, 16 Nov 1995 09:34:39 +0000 (+0000) Subject: Added rule where Makefile.in depends on Makefile.am X-Git-Tag: Release-0-25~299 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc53aa2e69b418b162250e52862bf6748c25e8b2;p=thirdparty%2Fautomake.git Added rule where Makefile.in depends on Makefile.am --- diff --git a/remake-subd.am b/remake-subd.am index fecb80c8e..a753af762 100644 --- a/remake-subd.am +++ b/remake-subd.am @@ -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 diff --git a/remake.am b/remake.am index cd228abfe..a8ddc25b0 100644 --- 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