aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorN.N. <krzyszcz@users.sourceforge.net>2004-03-23 12:07:22 +0000
committerN.N. <krzyszcz@users.sourceforge.net>2004-03-23 12:07:22 +0000
commit6f0f6fb5c0fe8ab2548c84a65fb6d1ee9363e317 (patch)
tree0ea5f55c75f0d3c7149dea0a0b6c87a0665d0a3c /Makefile.common
parent88b4da18ab484ea55f4a58174bf0ccebe0088f24 (diff)
toxy alpha9
svn path=/trunk/externals/miXed/; revision=1470
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common7
1 files changed, 5 insertions, 2 deletions
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)