Fix missing semicolons. By Alex <xenogenesi@virgilio.it>.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5428 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2012-01-26 19:30:54 +00:00
parent 7f3ef943bd
commit 0fb3e47b60
1 changed files with 3 additions and 3 deletions

View File

@ -113,9 +113,9 @@ install: install-test install-dirs install-bins install-libs install-docs
@echo 'LD65_OBJ=$(LD65_OBJ)'
@echo
@if [ -x $(bindir)/grc${EXT} ]; then \
echo 'grc was renamed to grc65; but, a grc command is in your binaries directory.' \
echo "If that command is an old copy of CC65's program," \
echo 'then you should use a "${MAKE} erase-grc" command to remove it.' \
echo 'grc was renamed to grc65; but, a grc command is in your binaries directory.'; \
echo "If that command is an old copy of CC65's program,"; \
echo 'then you should use a "${MAKE} erase-grc" command to remove it.'; \
fi
.PHONY: install-test