From: Stefano Lattarini Date: Wed, 19 Jun 2013 09:40:48 +0000 (+0200) Subject: tests: cosmetic changes in t/extra-sources.sh X-Git-Tag: v1.14~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a7c00e1935726a32dca6871dd0f1b7eda28d0a5b;p=platform%2Fupstream%2Fautomake.git tests: cosmetic changes in t/extra-sources.sh * t/extra-sources.sh: Do not create unneeded C sources. Add trailing ':' command. Signed-off-by: Stefano Lattarini --- diff --git a/t/extra-sources.sh b/t/extra-sources.sh index 3986562..6f98766 100644 --- a/t/extra-sources.sh +++ b/t/extra-sources.sh @@ -28,10 +28,9 @@ EXTRA_www_SOURCES = xtra.c www_LDADD = @extra_stuff@ END -: > www.c -: > xtra.c - $ACLOCAL $AUTOMAKE grep '@am__include@ .*/xtra\.P' Makefile.in + +: