From: uz Date: Thu, 26 Jan 2012 19:30:54 +0000 (+0000) Subject: Fix missing semicolons. By Alex . X-Git-Tag: V2.13.3~37 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0fb3e47b6003ff312abe1e0040a0f145115a267c;p=cc65 Fix missing semicolons. By Alex . git-svn-id: svn://svn.cc65.org/cc65/trunk@5428 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/make/gcc.mak b/make/gcc.mak index a0e52f4c8..703cbd0b3 100644 --- a/make/gcc.mak +++ b/make/gcc.mak @@ -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