]> git.sur5r.net Git - cc65/commitdiff
Fix missing semicolons. By Alex <xenogenesi@virgilio.it>.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 26 Jan 2012 19:30:54 +0000 (19:30 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 26 Jan 2012 19:30:54 +0000 (19:30 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5428 b7a2c559-68d2-44c3-8de9-860c34a00d81

make/gcc.mak

index a0e52f4c8b010ee51055dfff24a9d13e8f73144c..703cbd0b338312a90d85c01699574ec96fad1019 100644 (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