From d26c41650f10ee1ce57578e4ffef0d54b0fdec7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 18 Feb 2009 13:41:29 +0000 Subject: made PD_DIR changeable from outside... svn path=/trunk/externals/miXed/; revision=10794 --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index 26a8457..ba40837 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) -- cgit v1.2.1