summaryrefslogtreecommitdiff
path: root/xpdf
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2009-09-09 11:45:13 +0200
committerMathias Bauer <mba@openoffice.org>2009-09-09 11:45:13 +0200
commit3a80394617f6a19d917c4a8f4e519c3979b669c6 (patch)
treea0a848d72ef5a431a79ec83ce71af627f5241972 /xpdf
parent572c44a17ff476581d25bc49e42fe3d5bc3199f7 (diff)
parent4feb6e731fad8c4f3f29f7b3b7d74b9a2530000c (diff)
merge commit to DEV300_m57
Diffstat (limited to 'xpdf')
-rw-r--r--xpdf/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpdf/makefile.mk b/xpdf/makefile.mk
index 7aed6d5ac68b..8ed25433f083 100644
--- a/xpdf/makefile.mk
+++ b/xpdf/makefile.mk
@@ -91,7 +91,7 @@ CONFIGURE_ACTION=./configure --without-x --enable-multithreaded --enable-excepti
BUILD_ACTION=$(GNUMAKE) -j$(EXTMAXPROCESS)
.ELSE
CONFIGURE_ACTION=
-BUILD_ACTION= cmd.exe /c ms_make.bat
+BUILD_ACTION= cmd.exe /d /c ms_make.bat
.ENDIF
.ENDIF