From 0b03e95ba4a5ca2c936a98d77caee8f6f4087529 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 20 Jan 2005 05:16:26 +0000 Subject: [PATCH] Fix quoting. --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2