Makefile.in
changeset 425 548b7aa23385
parent 396 05550a6b9ff0
child 435 ff598e5b4bb5
     1.1 --- a/Makefile.in	Sun Sep 16 17:57:21 2007 +0000
     1.2 +++ b/Makefile.in	Thu Feb 14 22:44:34 2008 +0000
     1.3 @@ -82,7 +82,7 @@
     1.4  #--------------------------------------
     1.5  # Install rules
     1.6  
     1.7 -# If using localy, don't install
     1.8 +# If using locally, don't install
     1.9  install-local-test:
    1.10  	@if [ "$(LOCAL)" = "1" ]; then                                          \
    1.11  	     echo "You're using local copy as runtime. You can't (un)install."; \
    1.12 @@ -107,7 +107,7 @@
    1.13  	 done
    1.14  
    1.15  # Samples need a little love:
    1.16 -#  - change every occurence of CT_TOP_DIR to CT_LIB_DIR
    1.17 +#  - change every occurrence of CT_TOP_DIR to CT_LIB_DIR
    1.18  install-lib-samples: install-local-test $(LIBDIR) install-lib-main
    1.19  	@echo "  INST   samples/"
    1.20  	@tar cf - --exclude=.svn samples |(cd $(LIBDIR); tar xf -)