makefile: don't get the nodename when auto-detecting build parameters. [R. Belmont, based on a patch by robert_s]

master
R. Belmont 2014-05-04 00:17:50 +00:00
parent 29bbef0337
commit f16fc05394
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ ifneq ($(OS2_SHELL),)
TARGETOS = os2
else
UNAME = $(shell uname -a)
UNAME = $(shell uname -mps)
ifeq ($(firstword $(filter Linux,$(UNAME))),Linux)
TARGETOS = linux