From 8a3f2e5c0ffdc3a7a33d0238056e728baa18cea6 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 20 Jan 2005 05:16:03 +0000 Subject: [PATCH] Fix quoting. --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index af04b41..4771be0 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -3,7 +3,7 @@ TESTS = threads p1-1 p1-2 p1-3 list stdlib userprog p2 vm filesys PATH := $(shell pwd)/../src/utils:$(PATH) all: - @echo This Makefile has only `check' targets. + @echo "This Makefile has only `check' targets." check: $(MAKE) -C .. distclean -- 2.30.2