From: hristov Date: Tue, 26 Nov 2002 11:19:42 +0000 (+0000) Subject: Cleanup X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=b8cb480826bbc5867444183c61a455490546609f;p=u%2Fmrichter%2FAliRoot.git Cleanup --- diff --git a/build/module.tpl b/build/module.tpl index c8bb6b72520..b55ad1e8561 100644 --- a/build/module.tpl +++ b/build/module.tpl @@ -175,9 +175,7 @@ ifndef ALIQUIET @echo "***** Making executable $@ *****" endif ifeq ($(ALIPROFILE),YES) - @echo "Not implemented yet" $(MUTE)$(LD) $(LDFLAGS) $(@PACKAGE@O) $(ARLIBS) $(SHLIBS) $(LIBS) $(EXEFLAGS) -o $@ -#$(MUTE)$(LD) $(LDFLAGS) $(@PACKAGE@O) $(@PACKAGE@DO) $(BINLIBDIRS) $(@PACKAGE@ELIBSDIR) $(@PACKAGE@ELIBS) $(LIBS) $(EXEFLAGS) -o $@ else $(MUTE)$(LD) $(LDFLAGS) $(@PACKAGE@O) $(@PACKAGE@DO) $(BINLIBDIRS) $(@PACKAGE@ELIBSDIR) $(@PACKAGE@ELIBS) $(LIBS) $(EXEFLAGS) -o $@ endif