From 672477f94d2d0701f75f2546ad79980dc9ac8543 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 1 Sep 2003 19:54:05 +0000 Subject: changed PD_DIR to reflect CVS dir structure; added if/else to select proper gcc for Darwin svn path=/trunk/externals/miXed/; revision=927 --- Makefile.common | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index a7b391b..32a92ab 100644 --- a/Makefile.common +++ b/Makefile.common @@ -1,5 +1,5 @@ # next line has to be edited manually -PD_DIR = $(ROOT_DIR)/../pd/src +PD_DIR = $(ROOT_DIR)/../../pd/src OS_NAME = $(shell uname -s) ifneq ($(OS_NAME),Linux) @@ -14,10 +14,13 @@ TILDE = ~ include Makefile.sources include Makefile.objects +ifneq ($(OS_NAME),Darwin) # FIXME CC = gcc-2.95 +else # for MacOS X -#CC = gcc2 +CC = gcc2 +endif default: define_build all -- cgit v1.2.1