]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Bug fix (I.Hrivnacova)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 25 Jul 2003 15:12:27 +0000 (15:12 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 25 Jul 2003 15:12:27 +0000 (15:12 +0000)
build/module.tpl

index 85be958e7c7b5f6ab88720b96c2ba5d26dbf3333..ffe40d9b81404e3eeb734a1bc5ea7afa5df91db8 100644 (file)
@@ -187,8 +187,8 @@ endif
          find $(CURDIR)/@MODULE@/tgt_$(ALICE_TARGET) -name '*.o' -exec ln -s {} . \; ;\
          rm -f $(CURDIR)/$@ ;\
          TMPLIB=$(notdir $(@PACKAGE@LIB)); export TMPLIB;\
          find $(CURDIR)/@MODULE@/tgt_$(ALICE_TARGET) -name '*.o' -exec ln -s {} . \; ;\
          rm -f $(CURDIR)/$@ ;\
          TMPLIB=$(notdir $(@PACKAGE@LIB)); export TMPLIB;\
-         $(SHLD) $(@PACKAGE@SOFLAGS) -o $(CURDIR)/$@ $(notdir $(@PACKAGE@O) $(@PACKAGE@DO))  $(@PACKAGE@ELIBSDIR) $(@PACKAGE@ELIBS) $(SHLIB);
-         $(MUTE)chmod a-w $(CURDIR)/$@ ;\
+         $(SHLD) $(@PACKAGE@SOFLAGS) -o $(CURDIR)/$@ $(notdir $(@PACKAGE@O) $(@PACKAGE@DO))  $(@PACKAGE@ELIBSDIR) $(@PACKAGE@ELIBS) $(SHLIB);\
+         chmod a-w $(CURDIR)/$@ ;\
          rm -rf $$TMPDIR
 
 ifneq ($(DYEXT),)
          rm -rf $$TMPDIR
 
 ifneq ($(DYEXT),)
@@ -200,8 +200,8 @@ endif
          export TMPDIR; mkdir $$TMPDIR ; cd $$TMPDIR ; \
          find $(CURDIR)/@MODULE@/tgt_$(ALICE_TARGET) -name '*.o' -exec ln -s {} . \; ;\
          rm -f $(CURDIR)/$@ ;\
          export TMPDIR; mkdir $$TMPDIR ; cd $$TMPDIR ; \
          find $(CURDIR)/@MODULE@/tgt_$(ALICE_TARGET) -name '*.o' -exec ln -s {} . \; ;\
          rm -f $(CURDIR)/$@ ;\
-         $(DYLD) $(@PACKAGE@DYFLAGS) -o $(CURDIR)/$@ $(notdir $(@PACKAGE@O) $(@PACKAGE@DO))  $(@PACKAGE@ELIBSDIR) $(@PACKAGE@ELIBS) $(DYLIB);
-         $(MUTE)chmod a-w $(CURDIR)/$@ ;\
+         $(DYLD) $(@PACKAGE@DYFLAGS) -o $(CURDIR)/$@ $(notdir $(@PACKAGE@O) $(@PACKAGE@DO))  $(@PACKAGE@ELIBSDIR) $(@PACKAGE@ELIBS) $(DYLIB);\
+         chmod a-w $(CURDIR)/$@ ;\
          rm -rf $$TMPDIR
 endif
 
          rm -rf $$TMPDIR
 endif