From: Tom Tromey Date: Tue, 26 Aug 1997 17:16:10 +0000 (+0000) Subject: added comment X-Git-Tag: Release-1-2b~21 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=eab6f26b3049a15c71e07e7e1fbcf5a32b32c82a;p=automake.git added comment --- diff --git a/NEWS b/NEWS index 7bb00a49..9b27e63a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +New in 1.2a: +* Bug fixes +* Better Cygwin32 support +* Support for suffix rules with _SOURCES variables + New in 1.2: * Bug fixes * Better DejaGNU support diff --git a/lib/am/remake-hdr.am b/lib/am/remake-hdr.am index a91a765f..3315ebf4 100644 --- a/lib/am/remake-hdr.am +++ b/lib/am/remake-hdr.am @@ -15,7 +15,9 @@ ## along with this program; if not, write to the Free Software ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ## 02111-1307, USA. -@CONFIG_HEADER@: @STAMP@ ; @: +@CONFIG_HEADER@: @STAMP@ +## Rules without a rule work funny. So supply a dummy rule. + @: ## Explicitly look in srcdir for benefit of non-GNU makes. @STAMP@: $(srcdir)/@CONFIG_HEADER_IN@ $(top_builddir)/config.status cd $(top_builddir) \ diff --git a/remake-hdr.am b/remake-hdr.am index a91a765f..3315ebf4 100644 --- a/remake-hdr.am +++ b/remake-hdr.am @@ -15,7 +15,9 @@ ## along with this program; if not, write to the Free Software ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ## 02111-1307, USA. -@CONFIG_HEADER@: @STAMP@ ; @: +@CONFIG_HEADER@: @STAMP@ +## Rules without a rule work funny. So supply a dummy rule. + @: ## Explicitly look in srcdir for benefit of non-GNU makes. @STAMP@: $(srcdir)/@CONFIG_HEADER_IN@ $(top_builddir)/config.status cd $(top_builddir) \