summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1dea9ba..38d662c 100644
--- a/Makefile
+++ b/Makefile
@@ -357,7 +357,6 @@ else
all: $(TARGET)
$(TARGET): $(OBJECTS)
- @echo "** BUILDING $(TARGET) FOR PLATFORM $(platform) **"
ifeq ($(STATIC_LINKING), 1)
$(AR) rcs $@ $(OBJECTS)
else