From f4222c3cfce7ff1214aeac27a77b33c22549f8e6 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 19 Feb 2009 17:24:06 +0000 Subject: [PATCH] [build] Do not overwrite BUILT_SOURCES The conformance test suite Makefile template already defines the BUILT_SOURCES variable, so we need to append redhand.png to it. --- tests/conform/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conform/Makefile.am b/tests/conform/Makefile.am index e56371e66..0b9e2bae3 100644 --- a/tests/conform/Makefile.am +++ b/tests/conform/Makefile.am @@ -126,7 +126,7 @@ redhand.png: # NB: BUILT_SOURCES here a misnomer. We aren't building source, just inserting # a phony rule that will generate symlink scripts for running individual tests -BUILT_SOURCES = redhand.png +BUILT_SOURCES += redhand.png EXTRA_DIST = ADDING_NEW_TESTS test-launcher.sh