[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:
parent
5643a47cb6
commit
f4222c3cfc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue