Use $(CURDIR) instead of $(shell pwd)

svn path=/trunk/netsurf/; revision=12021
This commit is contained in:
John Mark Bell 2011-03-13 12:07:24 +00:00
parent cc18b5f21e
commit 37f17e4d73

View File

@ -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)