diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 13:14:29 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 13:14:29 +0000 |
commit | 17191ce19bc8fa94d3f18c8ab6055978929d4974 (patch) | |
tree | d27c58639b3878075dbb2bbd57a96d79a683c544 /postprocess | |
parent | 518a70fc505b4e55a3940af4781f2ccbe18169ec (diff) |
INTEGRATION: CWS ause069 (1.2.50); FILE MERGED
2006/11/24 14:50:55 hjs 1.2.50.1: #i70359# remove forced shell calls
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/packconfig/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/postprocess/packconfig/makefile.mk b/postprocess/packconfig/makefile.mk index eee68b76c834..b6b0a9c7e4ed 100644 --- a/postprocess/packconfig/makefile.mk +++ b/postprocess/packconfig/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:32:04 $ +# last change: $Author: obo $ $Date: 2007-01-25 14:14:29 $ # # 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=uiconfig ALLTAR : $(COMMONBIN)$/uiconfig.zip $(COMMONBIN)$/uiconfig.zip .PHONY: - +$(PERL) packconfig.pl -i $(SOLARXMLDIR)$/uiconfig -o $@ + $(PERL) packconfig.pl -i $(SOLARXMLDIR)$/uiconfig -o $@ |