From 5be76e6dcc1013656f2c10f2dd6f4817e11b2b0d Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Tue, 11 Oct 2022 10:28:19 +1300 Subject: [PATCH] Makefile.in: Remove unused variables dd and srpm srpm is no longer used since the recent removal of the srcrpm target in 623b7d97a79baea923f3a64825d3afbd94c1b24d. dd hasn't been used since 4ce80105c8c923c53bb9c0733c9f1e90d309649f back in 2006! --- Makefile.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile.in b/Makefile.in index a20245b5a..3e8f93d19 100644 --- a/Makefile.in +++ b/Makefile.in @@ -496,10 +496,6 @@ uninstall-ccache: # DIST and other maintenance ############################################################################ -# distribution directory -dd = @PACKAGE_NAME@-@PACKAGE_VERSION@ -srpm = @PACKAGE_NAME@-@PACKAGE_VERSION@ - dist: @echo "'make dist' not implemented - use Tools/mkdist.py instead - e.g.:" @echo "Tools/mkdist.py @VERSION@ master"