aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 378406bcaa..2b564b15c7 100644
--- a/Makefile
+++ b/Makefile
@@ -104,10 +104,10 @@ tools/md5table$(EXEEXT): tools/md5table.o
# tools/md5table$(EXEEXT) --c++ < $< > $@
credits:
- ./credits.pl --text > AUTHORS
- ./credits.pl --html > ../web/credits.inc
- ./credits.pl --cpp > gui/credits.h
- ./credits.pl --xml > ../docs/docbook/credits.xml
+ tools/credits.pl --text > AUTHORS
+ tools/credits.pl --html > ../web/credits.inc
+ tools/credits.pl --cpp > gui/credits.h
+ tools/credits.pl --xml > ../docs/docbook/credits.xml
#######################################################################
# Unit/regression tests #