From: Ben Pfaff Date: Thu, 20 Jan 2005 05:16:26 +0000 (+0000) Subject: Fix quoting. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=commitdiff_plain;h=0b03e95ba4a5ca2c936a98d77caee8f6f4087529 Fix quoting. --- diff --git a/tests/Makefile b/tests/Makefile index 4771be0..f813f7d 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