autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01-dependencies.patch


From: Akim Demaille
Subject: 01-dependencies.patch
Date: Sun, 27 Oct 2002 19:14:48 +0100

Index: ChangeLog
from  Akim Demaille  <address@hidden>
        
        * lib/freeze.mk ($(AUTOM4TE_CFG)): Add a missing dependency on
        autom4te.in that resulted in the need for two `make' runs.
        
Index: lib/freeze.mk
--- lib/freeze.mk Sun, 27 Oct 2002 13:35:48 +0100 akim
+++ lib/freeze.mk Sun, 27 Oct 2002 13:46:59 +0100 akim
@@ -29,11 +29,11 @@
 # others) to `false'.  But we _ship_ tests/autom4te, so it doesn't
 # apply to us.
 MY_AUTOM4TE = $(top_builddir)/tests/autom4te
-$(MY_AUTOM4TE):
+$(MY_AUTOM4TE): $(top_srcdir)/tests/wrapper.in
        cd $(top_builddir)/tests && $(MAKE) $(AM_MAKEFLAGS) autom4te
 
 AUTOM4TE_CFG = $(top_builddir)/lib/autom4te.cfg
-$(AUTOM4TE_CFG):
+$(AUTOM4TE_CFG): $(top_srcdir)/lib/autom4te.in
        cd $(top_builddir)/lib && $(MAKE) $(AM_MAKEFLAGS) autom4te.cfg
 
 # When processing the file with diversion disabled, there must be no




reply via email to

[Prev in Thread] Current Thread [Next in Thread]