[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.
This commit is contained in:
Emmanuele Bassi 2009-02-19 17:24:06 +00:00
parent 5643a47cb6
commit f4222c3cfc

View File

@ -126,7 +126,7 @@ redhand.png:
# NB: BUILT_SOURCES here a misnomer. We aren't building source, just inserting # 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 # 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 EXTRA_DIST = ADDING_NEW_TESTS test-launcher.sh