]> err.no Git - dpkg/commit
Remove all calls to $(shell pwd), and use $(CURDIR). Also, `pwd` is
authorAdam Heath <doogie@debian.org>
Sun, 19 May 2002 09:26:43 +0000 (09:26 +0000)
committerAdam Heath <doogie@debian.org>
Sun, 19 May 2002 09:26:43 +0000 (09:26 +0000)
commit386bc5c05fdf3ec5563d1545dbd7258498ef9484
tree7c274ce60edb203c621274ab7b26015a4efed6b5
parent357efd33bb21d1aeefb42bbf71c0131c9b723422
Remove all calls to $(shell pwd), and use $(CURDIR).  Also, `pwd` is
removed.  There was a var, DIR := $(shell pwd); instances of this var were
also replaced with CURDIR.
ChangeLog
debian/rules