From ced404f8b0abe200548e54db797451efbf1fe261 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 1 Jan 2012 19:37:29 +0000 Subject: treat Debian GNU/Hurd and GNU/kFreeBSD the same as GNU/Linux svn path=/trunk/externals/miXed/; revision=15861 --- Makefile.common | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index 72a89e8..3ceb6bd 100644 --- a/Makefile.common +++ b/Makefile.common @@ -2,6 +2,15 @@ PD_DIR ?= $(ROOT_DIR)/../../pd/src OS_NAME = $(shell uname -s) + +# Debian has options for the GNU HURD and kFreeBSD kernels +ifeq ($(OS_NAME),GNU) + OS_NAME=Linux +endif +ifeq ($(OS_NAME),GNU/kFreeBSD) + OS_NAME=Linux +endif + ifneq ($(OS_NAME),Linux) ifneq ($(OS_NAME),Darwin) ifeq (,$(findstring MinGW,$(OS_NAME))) -- cgit v1.2.1