From b8cb480826bbc5867444183c61a455490546609f Mon Sep 17 00:00:00 2001 From: hristov Date: Tue, 26 Nov 2002 11:19:42 +0000 Subject: [PATCH] Cleanup --- build/module.tpl | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.43.0