diff -r 05550a6b9ff0 -r 022ca36f85c8 Makefile.in --- a/Makefile.in Sun Sep 16 17:57:21 2007 +0000 +++ b/Makefile.in Fri Feb 15 21:18:10 2008 +0000 @@ -82,7 +82,7 @@ #-------------------------------------- # Install rules -# If using localy, don't install +# If using locally, don't install install-local-test: @if [ "$(LOCAL)" = "1" ]; then \ echo "You're using local copy as runtime. You can't (un)install."; \ @@ -107,7 +107,7 @@ done # Samples need a little love: -# - change every occurence of CT_TOP_DIR to CT_LIB_DIR +# - change every occurrence of CT_TOP_DIR to CT_LIB_DIR install-lib-samples: install-local-test $(LIBDIR) install-lib-main @echo " INST samples/" @tar cf - --exclude=.svn samples |(cd $(LIBDIR); tar xf -)