automake-patches
[Top][All Lists]
Advanced

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

FYI: tests depends on ./defs


From: Alexandre Duret-Lutz
Subject: FYI: tests depends on ./defs
Date: Mon, 09 Sep 2002 10:55:00 +0200
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-debian-linux-gnu)

I've installed this.  That's better dependencies, and most importantly
$(BUILT_SOURCES) doesn't work with `make check' (see PR/359).

2002-09-09  Alexandre Duret-Lutz  <address@hidden>

        * tests/Makefile.am ($(TESTS)): New, depends on defs.
        (BUILT_SOURCES): Remove (useless because of PR/359).

Index: tests/Makefile.am
===================================================================
RCS file: /cvs/automake/automake/tests/Makefile.am,v
retrieving revision 1.433
diff -u -r1.433 Makefile.am
--- tests/Makefile.am   8 Sep 2002 13:07:54 -0000       1.433
+++ tests/Makefile.am   9 Sep 2002 08:47:25 -0000
@@ -423,8 +423,8 @@
 
 EXTRA_DIST = ChangeLog-old $(TESTS)
 
-# Every test case implicitely depends on defs.
-BUILT_SOURCES = defs
+# Each test case depends on defs.
+$(TESTS): defs
 
 distclean-local:
        -rm -rf testSubDir
-- 
Alexandre Duret-Lutz





reply via email to

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