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 ------------------------------------------------------