From cd1c72002983c94f0567247706e0519c965c3ed3 Mon Sep 17 00:00:00 2001 From: Yves Rizoud Date: Sun, 11 Jan 2009 01:45:14 +0000 Subject: [PATCH] Fix in makefile ('strip' command) git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@472 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a4def863..cd10dc7f 100644 --- a/Makefile +++ b/Makefile @@ -27,6 +27,8 @@ datarootdir = $(prefix)/share datadir = $(datarootdir) + STRIP = strip + # Windows specific ifdef COMSPEC DELCOMMAND = rm -f @@ -139,7 +141,6 @@ else MKDIR = mkdir -p RMDIR = rmdir CP = cp - STRIP = strip ifdef WIN32CROSS #cross compile a Win32 executable