summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 81e320c3..a4a16838 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -29,12 +29,12 @@ endif
TESTS_progs += testdisplay
if BUILD_TESTS
-test-list.txt: Makefile.sources
+test-list.txt: Makefile
@echo TESTLIST > $@
@echo ${kernel_tests} >> $@
@echo END TESTLIST >> $@
-test-list-full.txt: Makefile.sources
+test-list-full.txt: Makefile
@echo TESTLIST > $@
@echo ${kernel_tests} ${extra_kernel_tests} >> $@
@echo END TESTLIST >> $@