Makefile.in: Remove unused variables dd and srpm
srpm is no longer used since the recent removal of the srcrpm target in623b7d97a7. dd hasn't been used since4ce80105c8back in 2006!
This commit is contained in:
parent
ac00c7ad98
commit
5be76e6dcc
1 changed files with 0 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue