diff options
Diffstat (limited to 'postprocess/checkxml')
-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 |