aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2004-12-24 22:38:39 +0000
committerMax Horn2004-12-24 22:38:39 +0000
commit73a441de4369cc6cf309c7c1aa0c41bde9ff1865 (patch)
tree9bc7a72c6994fb67e06db0126a5e7ff31bf9a1c4
parent9b56161a3d6e0f35508dbb0da3c7c8aa3beac285 (diff)
downloadscummvm-rg350-73a441de4369cc6cf309c7c1aa0c41bde9ff1865.tar.gz
scummvm-rg350-73a441de4369cc6cf309c7c1aa0c41bde9ff1865.tar.bz2
scummvm-rg350-73a441de4369cc6cf309c7c1aa0c41bde9ff1865.zip
fix credits target
svn-id: r16302
-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 #