mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
rename MINGW to OSNAME in Makefile
Rename MINGW Makefile variable (a holdover from MINGW32_NT-5.0) to OSNAME. Fixed some incorrect version number comments in CHANGES.
This commit is contained in:
6
Makefile
6
Makefile
@@ -79,8 +79,8 @@ endif
|
||||
ifeq ($(hardware),)
|
||||
hardware=$(shell uname -m 2>/dev/null)
|
||||
endif
|
||||
ifeq ($(MINGW),)
|
||||
MINGW=$(shell uname -o 2>/dev/null)
|
||||
ifeq ($(OSNAME),)
|
||||
OSNAME=$(shell uname -o 2>/dev/null)
|
||||
endif
|
||||
#endif /* end of skip for non-Gnu makefiles */
|
||||
|
||||
@@ -113,7 +113,7 @@ endif
|
||||
# then we will also need to use the Cygwin runtime enviroment
|
||||
# and the calc Cygwin make target.
|
||||
##
|
||||
ifeq ($(MINGW),Cygwin)
|
||||
ifeq ($(OSNAME),Cygwin)
|
||||
target:= Cygwin
|
||||
endif
|
||||
#
|
||||
|
Reference in New Issue
Block a user