From b130de5b1b6fa1fecc60b9bfe96a6b6d754db1ea Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 25 Jan 2007 11:39:20 +0000 Subject: INTEGRATION: CWS ause069 (1.7.34); FILE MERGED 2006/12/01 17:21:35 hjs 1.7.34.1: #i70359# remove forced shell calls --- registry/util/makefile.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'registry/util') diff --git a/registry/util/makefile.mk b/registry/util/makefile.mk index c1a3c296650c..a393a507c03f 100644 --- a/registry/util/makefile.mk +++ b/registry/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: rt $ $Date: 2005-09-09 05:19:35 $ +# last change: $Author: obo $ $Date: 2007-01-25 12:39:20 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -80,5 +80,5 @@ DEF1DES = RegistryRuntime .INCLUDE : target.mk makedocpp: $(DOCPPFILES) - + docpp -H -m -f -u -d $(OUT)$/doc$/$(PRJNAME) $(DOCPPFILES) + docpp -H -m -f -u -d $(OUT)$/doc$/$(PRJNAME) $(DOCPPFILES) -- cgit