Fix in makefile ('strip' command)
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@472 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
parent
ba8ee723fe
commit
cd1c720029
3
Makefile
3
Makefile
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user