aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-10-04 07:50:36 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-10-04 07:50:36 +0000
commitac8f637590b792b94f4c2e55a5238586fc0f6157 (patch)
treeb815e078946430f904aa16771abf91ea46a127db /Makefile.nmake
parent9de14754940d15e89af11f9f7c9f3637f1db5e62 (diff)
Move rdps.py to tools/rdps.py
svn path=/trunk/; revision=30281
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index b7c3e8c6e4..4ee6261002 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -375,8 +375,8 @@ config.h : config.h.win32 config.nmake
< config.h.win32 > $@
-ps.c : rdps.py print.ps
- $(PYTHON) rdps.py print.ps ps.c
+ps.c: tools\rdps.py print.ps
+ $(PYTHON) tools\rdps.py print.ps ps.c
#
# Build the version string
#