summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-02-14 22:44:34 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-02-14 22:44:34 (GMT)
commit07fa6117711e0eba3543bf37d05177c4c332572f (patch)
treec614a616871d7ff7119b7fdc94ec4d4fb0134b67 /Makefile.in
parentf363a4c3d570b270ae037dd8658285695b533340 (diff)
Robet P. J. DAY: typoes.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index dbc979f..f96546a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -82,7 +82,7 @@ clean-doc:
#--------------------------------------
# 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 @@ install-lib-main: install-local-test $(LIBDIR)
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 -)