summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2022-10-11 10:28:19 +1300
committerOlly Betts <olly@survex.com>2022-10-11 10:30:37 +1300
commit5be76e6dcc1013656f2c10f2dd6f4817e11b2b0d (patch)
treee7a5e09b6f1282d3b77434d3fb46f992e16373dd /Makefile.in
parentac00c7ad98059f355a6fab615c8f56bc2d99d7e4 (diff)
downloadswig-5be76e6dcc1013656f2c10f2dd6f4817e11b2b0d.tar.gz
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!
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 0 insertions, 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"