From: Stefano Lattarini Date: Sun, 14 Nov 2010 17:10:37 +0000 (+0100) Subject: tests: `instspc-*.test': do not create useless source file X-Git-Tag: ng-0.5a~233 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0db5be20282013ce1697b8f2512223d75d3efb0;p=thirdparty%2Fautomake.git tests: `instspc-*.test': do not create useless source file * tests/instspc-tests.sh (create_input_data): Do not create unused source file `source2.c'. --- diff --git a/ChangeLog b/ChangeLog index f7b3ddb7a..8a86702be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-02-15 Stefano Lattarini + + tests: `instspc-*.test': do not create useless source file + * tests/instspc-tests.sh (create_input_data): Do not create + unused source file `source2.c'. + 2011-02-15 Stefano Lattarini tests: optimize `instspc-*.test' for speed diff --git a/tests/instspc-tests.sh b/tests/instspc-tests.sh index 1f5c24c14..981365f3c 100755 --- a/tests/instspc-tests.sh +++ b/tests/instspc-tests.sh @@ -133,7 +133,6 @@ EOF return 0; } EOF - cp source.c source2.c unindent > Makefile.am << 'EOF' foodir = $(prefix)/foo