Don't override the default $ADDRESS.

This commit is contained in:
Fred Drake 1998-04-23 20:07:55 +00:00
parent d757165df9
commit 0d27d08790
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ DVIPS= dvips -f -N0
DISTILL= distill
MAKEINDEX= makeindex -s texinputs/myindex.ist
L2H= TEXINPUTS=$(TEXINPUTS) latex2html -init_file perl/l2hinit.perl
L2HARGS= -address $$LOGNAME@`domainname`
L2HARGS=
WEBCHECKER= $(PYTHON) ../Tools/webchecker/webchecker.py
# Install destination -- not used now but might be useful some time...