Makefile.in: Remove unused variables dd and srpm

srpm is no longer used since the recent removal of the srcrpm
target in 623b7d97a7.

dd hasn't been used since 4ce80105c8
back in 2006!
This commit is contained in:
Olly Betts 2022-10-11 10:28:19 +13:00
commit 5be76e6dcc

View file

@ -496,10 +496,6 @@ uninstall-ccache:
# DIST and other maintenance # DIST and other maintenance
############################################################################ ############################################################################
# distribution directory
dd = @PACKAGE_NAME@-@PACKAGE_VERSION@
srpm = @PACKAGE_NAME@-@PACKAGE_VERSION@
dist: dist:
@echo "'make dist' not implemented - use Tools/mkdist.py instead - e.g.:" @echo "'make dist' not implemented - use Tools/mkdist.py instead - e.g.:"
@echo "Tools/mkdist.py @VERSION@ master" @echo "Tools/mkdist.py @VERSION@ master"