From: Michael Orlitzky Date: Thu, 5 Aug 2021 22:13:03 +0000 (-0400) Subject: Makefile: remove unused $PKGDIR variable. X-Git-Url: https://gitweb.michael.orlitzky.com/?p=postfix-logwatch.git;a=commitdiff_plain;h=0a184a4076deb9e695305178b044ea2fe787050f Makefile: remove unused $PKGDIR variable. --- diff --git a/Makefile b/Makefile index ccdd35a..e0a3d2f 100644 --- a/Makefile +++ b/Makefile @@ -49,8 +49,6 @@ uninstall-standalone: uninstall-all: uninstall-logwatch uninstall-standalone -PKGDIR = /tmp/$(program)-package - .PHONY: release release: vers=`egrep 'Version[ ]*=' $(program) | sed "s/.*'\(.*\)';/\1/"` ; \