diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-09-25 15:44:40 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-09-25 15:44:40 +0000 |
commit | 249bdca787fa42b985bb0ae55cecc496687151f1 (patch) | |
tree | 0a8886fe7b7cd032bb1e805eb077d5c258eff7f4 | |
parent | 82684c4147f807e81f846b478415165a1edf3d15 (diff) | |
download | fetchmail-249bdca787fa42b985bb0ae55cecc496687151f1.tar.gz fetchmail-249bdca787fa42b985bb0ae55cecc496687151f1.tar.bz2 fetchmail-249bdca787fa42b985bb0ae55cecc496687151f1.zip |
Change installation production.
svn path=/trunk/; revision=137
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index cdd41c0b..0ea85cf1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -133,7 +133,7 @@ tags: $(tagsrcs) .PHONY: install installdirs install: installdirs \ - $(bindir)/$(instname) # $(infodir)/fetchmail.info \ + # $(bindir)/$(instname) $(infodir)/fetchmail.info \ $(mandir)/$(instname).$(manext) installdirs: |