1
0
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:
Mark Pizzolato
2015-01-14 15:09:54 -08:00
parent 9ff642f616
commit e0108b52a2
2 changed files with 4 additions and 5 deletions

View File

@@ -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