summaryrefslogtreecommitdiffstats
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
parentmore dependencies fixed (diff)
parentCreate DEV300_m57 milestone tag from trunk@275796 (diff)
downloadcore-3a80394617f6a19d917c4a8f4e519c3979b669c6.tar.gz
core-3a80394617f6a19d917c4a8f4e519c3979b669c6.zip
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