mirror of
https://github.com/open-simh/simh.git
synced 2026-01-25 19:57:36 +00:00
SCP: Compiler suggested cleanup and spelling fix
This commit is contained in:
2
makefile
2
makefile
@@ -87,9 +87,7 @@ else
|
||||
endif
|
||||
find_lib = $(abspath $(strip $(firstword $(foreach dir,$(strip $(LIBPATH)),$(wildcard $(dir)/lib$(1).$(LIBEXT))))))
|
||||
find_include = $(abspath $(strip $(firstword $(foreach dir,$(strip $(INCPATH)),$(wildcard $(dir)/$(1).h)))))
|
||||
$(info OS=$(OS))
|
||||
ifneq ($(findstring Windows,$(OS)),)
|
||||
$(info SHELL=$(SHELL))
|
||||
ifeq ($(findstring .exe,$(SHELL)),.exe)
|
||||
# MinGW
|
||||
WIN32 := 1
|
||||
|
||||
Reference in New Issue
Block a user