From 078f5d46ad34f36cce257b3b8a970471a4b2b68b Mon Sep 17 00:00:00 2001 From: gmorris Date: Tue, 12 Apr 2005 15:16:12 +0000 Subject: Added TOP, as needed, for easier compile in subdirectories --- tools/locktest/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/locktest/Makefile') diff --git a/tools/locktest/Makefile b/tools/locktest/Makefile index e18f0b1..d597228 100644 --- a/tools/locktest/Makefile +++ b/tools/locktest/Makefile @@ -2,6 +2,7 @@ # testlk - lock a file to test client side locking. # +TOP = ../../ TOOL = testlk OBJS = testlk.o -- cgit