diff --git a/Makefile b/Makefile index ff75842fde5fa..f1551b3ea8411 100644 --- a/Makefile +++ b/Makefile @@ -772,7 +772,7 @@ $(TARGET): $(OBJS) ifdef RELEASE ifndef DEBUG_SYMBOLS ifneq ($(BACKTRACE),1) - $(STRIP) $(TARGET) + $(STRIP) $(TARGET) endif endif endif