From 81e3696dc8be26b33bdee07a35852c6f16b70ab2 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 6 Feb 2007 11:59:51 +0000 Subject: [PATCH] INTEGRATION: CWS ause074 (1.4.158); FILE MERGED 2007/02/02 10:20:30 hjs 1.4.158.1: #i74085# avoid useless shell calls --- extensions/test/ole/unloading/makefile.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/extensions/test/ole/unloading/makefile.mk b/extensions/test/ole/unloading/makefile.mk index 888b4b4cae48..bb86ef40fc41 100644 --- a/extensions/test/ole/unloading/makefile.mk +++ b/extensions/test/ole/unloading/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: vg $ $Date: 2006-05-24 13:35:39 $ +# last change: $Author: vg $ $Date: 2007-02-06 12:59:51 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -69,10 +69,10 @@ LIBCIMT=MSVCPRTD.lib # ALLTAR # $(BINDIR) : -# @+-$(MKDIR) $(BINDIR) >& $(NULLDEV) +# @@-$(MKDIR) $(BINDIR) # $(BINDIR)$/test.ini : .$/unloadtest.ini -# +-$(GNUCOPY) .$/unloadtest.ini $(BINDIR) +# -$(GNUCOPY) .$/unloadtest.ini $(BINDIR) # --- Targets ------------------------------------------------------