]> git.sesse.net Git - stockfish/blobdiff - src/Makefile
Use explicit logic for pruning
[stockfish] / src / Makefile
index 9ec071a1d0bdbcc10832bc8ab24f386b8f3a09b7..95e6ac981350f59d51f14b4350bc28025244414e 100644 (file)
@@ -23,7 +23,7 @@
 
 ### Establish the operating system name
 KERNEL = $(shell uname -s)
-ifneq ($(KERNEL),Darwin)
+ifeq ($(KERNEL),Linux)
        OS = $(shell uname -o)
 endif