summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/Makefile')
-rw-r--r--scripts/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/Makefile b/scripts/Makefile
index 763d794..ad28c86 100644
--- a/scripts/Makefile
+++ b/scripts/Makefile
@@ -1,7 +1,7 @@
.PHONY: check
-check: tests/mirror.sh
- cmp $< tests/reference-mirror.sh
+check: tests/generate-mirror-commands/mirror.sh
+ cmp $< $(dir $<)reference-mirror.sh
-tests/mirror.sh: ../default.xml generate-mirror-commands.py
+tests/generate-mirror-commands/mirror.sh: ../default.xml generate-mirror-commands.py
./generate-mirror-commands.py $< > $@