Fix in makefile ('strip' command)

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@472 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud 2009-01-11 01:45:14 +00:00
parent ba8ee723fe
commit cd1c720029

View File

@ -27,6 +27,8 @@
datarootdir = $(prefix)/share datarootdir = $(prefix)/share
datadir = $(datarootdir) datadir = $(datarootdir)
STRIP = strip
# Windows specific # Windows specific
ifdef COMSPEC ifdef COMSPEC
DELCOMMAND = rm -f DELCOMMAND = rm -f
@ -139,7 +141,6 @@ else
MKDIR = mkdir -p MKDIR = mkdir -p
RMDIR = rmdir RMDIR = rmdir
CP = cp CP = cp
STRIP = strip
ifdef WIN32CROSS ifdef WIN32CROSS
#cross compile a Win32 executable #cross compile a Win32 executable