From 7f60cbac7e3846bcea83761339b7f005968472e5 Mon Sep 17 00:00:00 2001 From: slava Date: Tue, 21 Nov 2006 23:53:35 +0000 Subject: [PATCH] Fix Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fff465cfde..f0eb11c120 100644 --- a/Makefile +++ b/Makefile @@ -77,7 +77,7 @@ macosx-x86: macosx-freetype linux-x86: $(MAKE) $(BINARY) CONFIG=vm/Config.linux.x86 - # $(STRIP) $(BINARY) + $(STRIP) $(BINARY) linux-amd64: $(MAKE) $(BINARY) CONFIG=vm/Config.linux.amd64