Remve redundant specification.
authorBruno Haible <bruno@clisp.org>
Sat, 10 Mar 2007 14:56:09 +0000 (14:56 +0000)
committerBruno Haible <bruno@clisp.org>
Sat, 10 Mar 2007 14:56:09 +0000 (14:56 +0000)
ChangeLog
modules/allocsa-tests
modules/dirname-tests

index 98c7d1b..971741e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-03-10  Bruno Haible  <bruno@clisp.org>
+
+       * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
+       variable.
+       * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
+       variable.
+
 2007-03-09  Eric Blake  <ebb9@byu.net>
        and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
 
index cc82f91..e117e85 100644 (file)
@@ -8,5 +8,4 @@ configure.ac:
 Makefile.am:
 TESTS += test-allocsa
 check_PROGRAMS += test-allocsa
-test_allocsa_SOURCES = test-allocsa.c
 
index e539246..748f5a5 100644 (file)
@@ -9,4 +9,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-dirname
 noinst_PROGRAMS += test-dirname
-test_dirname_SOURCES = test-dirname.c