diff --git a/Makefile b/Makefile index 3540aa9..940d2b7 100644 --- a/Makefile +++ b/Makefile @@ -633,7 +633,6 @@ else ifeq ($(STATIC_LINKING), 1) $(AR) rcs $@ $(OBJECTS) else @$(LD) $(LINKOUT)$@ $^ $(LDFLAGS) $(LIBS) - @echo "LD $(TARGET)" endif %.o: %.cpp