Index: trunk/Ohana/src/tcl/Makefile
===================================================================
--- trunk/Ohana/src/tcl/Makefile	(revision 2492)
+++ trunk/Ohana/src/tcl/Makefile	(revision 2510)
@@ -11,4 +11,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 .); \
