]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Misleading printout removed
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 2 Nov 2001 14:58:18 +0000 (14:58 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 2 Nov 2001 14:58:18 +0000 (14:58 +0000)
build/module.tpl

index 852603fc3fcc3e3fca27ca331e16eb38d69828b8..9850d24a22ed2d32dd803f4a61436e7605ca3517 100644 (file)
@@ -115,7 +115,7 @@ EXPORTFILES += $(@PACKAGE@EXPORTDEST)
 
 ifdef @PACKAGE@EXPORT
 $(@PACKAGE@EXPORTDEST): $(patsubst %,@MODULE@/%,$(@PACKAGE@EXPORT))
-         @echo "***** Copying file @MODULE@/$(notdir $@) to $@ WRONG !!!*****"
+         @echo "***** Copying file @MODULE@/$(notdir $@) to $@ *****"
          @[ -d $(dir $@) ] || mkdir $(dir $@)
          cp @MODULE@/$(notdir $@) $@   
 endif