From a7c00e1935726a32dca6871dd0f1b7eda28d0a5b Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Wed, 19 Jun 2013 11:40:48 +0200 Subject: [PATCH] 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 --- t/extra-sources.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 + +: -- 2.7.4