From: Bruno Haible Date: Sat, 10 Mar 2007 14:56:09 +0000 (+0000) Subject: Remve redundant specification. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fee3f58b1a9c83add7795595a0892deee0fcc540;p=pspp Remve redundant specification. --- diff --git a/ChangeLog b/ChangeLog index 98c7d1b870..971741e691 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-03-10 Bruno Haible + + * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant + variable. + * modules/dirname-tests (test_dirname_SOURCES): Remove redundant + variable. + 2007-03-09 Eric Blake and Matthew Woehlke (tiny change) diff --git a/modules/allocsa-tests b/modules/allocsa-tests index cc82f918e1..e117e856fa 100644 --- a/modules/allocsa-tests +++ b/modules/allocsa-tests @@ -8,5 +8,4 @@ configure.ac: Makefile.am: TESTS += test-allocsa check_PROGRAMS += test-allocsa -test_allocsa_SOURCES = test-allocsa.c diff --git a/modules/dirname-tests b/modules/dirname-tests index e539246268..748f5a517e 100644 --- a/modules/dirname-tests +++ b/modules/dirname-tests @@ -9,4 +9,3 @@ configure.ac: Makefile.am: TESTS += test-dirname noinst_PROGRAMS += test-dirname -test_dirname_SOURCES = test-dirname.c