diff --git a/makefile b/makefile index 593be00e594..aec6295f49b 100644 --- a/makefile +++ b/makefile @@ -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