summaryrefslogtreecommitdiff
path: root/xpdf
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2009-07-15 16:00:45 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2009-07-15 16:00:45 +0000
commit765a5b41a8d64ceff9bb45f70e2c158e5eaeff4a (patch)
tree4c5a6e798a8868d7a00cd61c7142dc1e624045eb /xpdf
parente77689882666bcfa4113e24c94beabdc51741c2a (diff)
CWS-TOOLING: integrate CWS ause105
2009-07-08 17:57:23 +0200 hjs r273843 : #i103418# add missing dependency on localized .hrc files 2009-07-08 17:28:46 +0200 hjs r273841 : #i103416# handle new solver subdir sdf 2009-07-08 11:27:47 +0200 hjs r273823 : #i103409# disable cmd.exe autorun 2009-07-07 19:23:23 +0200 hjs r273813 : #i103394# fix path handling of files failed in first run of rebase.exe
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