Index: branches/ipp-magic-v0/Ohana/src/tcl/Makefile
===================================================================
--- branches/elixir/Ohana/src/tcl/Makefile	(revision 2491)
+++ branches/ipp-magic-v0/Ohana/src/tcl/Makefile	(revision 21062)
@@ -1,6 +1,4 @@
-include ../../Configure
+include ../../Makefile.System
 HOME 	=	$(ROOT)/src/tcl
-
-DESTBIN	=	$(LBIN)
 
 tcl:
@@ -11,4 +9,5 @@
 
 install:
+	@if [ ! -d $(DESTBIN) ]; then mkdir -p $(DESTBIN); fi
 	for file in $(CODE); do \
 	(cd $(DESTBIN); rm -f $$file; ln -s $(HOME)/src/$$file .); \
