aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 62bcf4e..2540bba 100644
--- a/Makefile
+++ b/Makefile
@@ -149,8 +149,6 @@ obj-runtests = $(patsubst tests/%.c,%.o,${src-runtests})
149test_catalog.inc: $(filter-out tests/runner.c,${src-runtests}) 149test_catalog.inc: $(filter-out tests/runner.c,${src-runtests})
150 tests/make_catalog.py $+ > $@ 150 tests/make_catalog.py $+ > $@
151 151
152.SECONDARY: test_catalog.inc
153
154tests/runner.c: test_catalog.inc 152tests/runner.c: test_catalog.inc
155 153
156 154