diff options
Diffstat (limited to 'xpdf')
-rw-r--r-- | xpdf/makefile.mk | 2 |
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 |