From: Ben Pfaff Date: Thu, 20 Jan 2005 05:16:03 +0000 (+0000) Subject: Fix quoting. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=commitdiff_plain;h=8a3f2e5c0ffdc3a7a33d0238056e728baa18cea6 Fix quoting. --- 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