From 0fb3e47b6003ff312abe1e0040a0f145115a267c Mon Sep 17 00:00:00 2001 From: uz Date: Thu, 26 Jan 2012 19:30:54 +0000 Subject: [PATCH] Fix missing semicolons. By Alex . git-svn-id: svn://svn.cc65.org/cc65/trunk@5428 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- make/gcc.mak | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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