From 37f17e4d73b8614d5d2e7a71c4b7f0a8c066b0e3 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 13 Mar 2011 12:07:24 +0000 Subject: Use $(CURDIR) instead of $(shell pwd) svn path=/trunk/netsurf/; revision=12021 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 10e9c8779..ac7b56090 100644 --- a/Makefile +++ b/Makefile @@ -493,7 +493,7 @@ all-program: $(EXETARGET) post-exe .PHONY: testament testament: - $(Q)$(PERL) utils/svn-testament.pl $(shell pwd) utils/testament.h + $(Q)$(PERL) utils/svn-testament.pl $(CURDIR) utils/testament.h post-exe: $(POSTEXES) -- cgit v1.2.3