diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-06-06 15:48:51 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-06-06 15:48:51 +0000 |
commit | 3366cea68f221d36492e0350cf2ad9652dbabedb (patch) | |
tree | 93307da95f43ae5d10c06b71010289bedc8897fe /xpdf | |
parent | 3fc51e9ea08f0fd4c6f340a0ac0478a98477fd1e (diff) |
INTEGRATION: CWS mingwport13 (1.3.6); FILE MERGED
2008/05/05 13:15:31 vg 1.3.6.1: #i88772# MinGW fixes for DEV300
Diffstat (limited to 'xpdf')
-rw-r--r-- | xpdf/test/makefile.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/xpdf/test/makefile.mk b/xpdf/test/makefile.mk index c4ffa7572154..990a7ef97e8d 100644 --- a/xpdf/test/makefile.mk +++ b/xpdf/test/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # # This file is part of OpenOffice.org. # @@ -47,12 +47,12 @@ ENABLE_EXCEPTIONS=TRUE $(MISC)$/test_0_succeeded: $(BIN)$/xpdfimport$(EXECPOST) binary_0_out.def text_0_out.def testinput.pdf $(BIN)$/xpdfimport -f $(MISC)$/binary_0_out testinput.pdf > $(MISC)$/text_0_out - diff $(MISC)$/binary_0_out binary_0_out.def - diff $(MISC)$/text_0_out text_0_out.def + diff --strip-trailing-cr $(MISC)$/binary_0_out binary_0_out.def + diff --strip-trailing-cr $(MISC)$/text_0_out text_0_out.def $(TOUCH) $@ $(MISC)$/test_1_succeeded: $(BIN)$/xpdfimport$(EXECPOST) binary_1_out.def text_1_out.def book.pdf $(BIN)$/xpdfimport -f $(MISC)$/binary_1_out book.pdf > $(MISC)$/text_1_out - diff $(MISC)$/binary_1_out binary_1_out.def - diff $(MISC)$/text_1_out text_1_out.def + diff --strip-trailing-cr $(MISC)$/binary_1_out binary_1_out.def + diff --strip-trailing-cr $(MISC)$/text_1_out text_1_out.def $(TOUCH) $@ |