From 6f0f6fb5c0fe8ab2548c84a65fb6d1ee9363e317 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Tue, 23 Mar 2004 12:07:22 +0000 Subject: toxy alpha9 svn path=/trunk/externals/miXed/; revision=1470 --- Makefile.common | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index da2aa7f..3e44de2 100644 --- a/Makefile.common +++ b/Makefile.common @@ -1,8 +1,11 @@ # next line has to be edited manually PD_DIR = $(ROOT_DIR)/../../pd/src -# FIXME ./configure should set this (or not) before "include Makefile.sources" -TCL_LIB = -l`grep -osm1 'tcl8\.[345]' $(PD_DIR)/makefile` +# remove this restriction LATER, when TCL_LIB is ./configured +ifeq ($(shell whoami),krzYszcz) +# TCL_LIB should be set (or not) before "include Makefile.sources" +TCL_LIB = -l$(shell grep -osm1 'tcl8\.[345]' $(PD_DIR)/makefile) +endif OS_NAME = $(shell uname -s) ifneq ($(OS_NAME),Linux) -- cgit v1.2.1