diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 13:11:45 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 13:11:45 +0000 |
commit | 518a70fc505b4e55a3940af4781f2ccbe18169ec (patch) | |
tree | 9a0d2aff8533010445ace9a83065be3d19756ce0 | |
parent | e9a1f421682c202b9b71a88aea503d0040a9c99d (diff) |
INTEGRATION: CWS ause069 (1.2.50); FILE MERGED
2006/11/24 14:50:54 hjs 1.2.50.1: #i70359# remove forced shell calls
-rw-r--r-- | postprocess/checkxml/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/postprocess/checkxml/makefile.mk b/postprocess/checkxml/makefile.mk index 8b5baf8a72a2..fecb141f2824 100644 --- a/postprocess/checkxml/makefile.mk +++ b/postprocess/checkxml/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: rt $ $Date: 2005-09-08 16:31:47 $ +# last change: $Author: obo $ $Date: 2007-01-25 14:11:45 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -46,5 +46,5 @@ TARGET=checkxml ALLTAR : $(MISC)$/checkxml.done $(MISC)$/checkxml.done .PHONY: - +$(PERL) checkxml.pl + $(PERL) checkxml.pl |