diff options
| author | Theodore Tso <tytso@mit.edu> | 1995-02-28 18:37:44 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1995-02-28 18:37:44 +0000 |
| commit | cd9f77db6ec72fd4d982e54b2756347b240d488f (patch) | |
| tree | 6a2fea652c92818d718ee006626e8e8f714bfa71 /src/appl | |
| parent | 3eae7fcf1071a32ac009e8e4610056e5caae71ae (diff) | |
Add $(srcdir) to install line so that installs work correctly when the
build tree != the source tree.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5034 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl')
| -rw-r--r-- | src/appl/telnet/telnet/ChangeLog | 6 | ||||
| -rw-r--r-- | src/appl/telnet/telnet/Makefile.in | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/src/appl/telnet/telnet/ChangeLog b/src/appl/telnet/telnet/ChangeLog index ec61013a2..147fcc3c4 100644 --- a/src/appl/telnet/telnet/ChangeLog +++ b/src/appl/telnet/telnet/ChangeLog @@ -1,3 +1,9 @@ +Tue Feb 28 13:28:02 1995 Theodore Y. Ts'o <tytso@dcl> + + * Makefile.in (install): Add $(srcdir) to install line so that + installs work correctly when the build tree != the source + tree. + Wed Jan 25 18:33:41 1995 Mark Eichin (eichin@cygnus.com) * telnet.1: refer to man1/tmac.doc. diff --git a/src/appl/telnet/telnet/Makefile.in b/src/appl/telnet/telnet/Makefile.in index 19d825337..22c21b41c 100644 --- a/src/appl/telnet/telnet/Makefile.in +++ b/src/appl/telnet/telnet/Makefile.in @@ -50,8 +50,8 @@ clean:: install: $(INSTALL_PROGRAM) telnet $(DESTDIR)$(CLIENT_BINDIR)/telnet - $(INSTALL_DATA) telnet.1 ${DESTDIR}$(CLIENT_MANDIR)/telnet.1 - $(INSTALL_DATA) tmac.doc ${DESTDIR}$(CLIENT_MANDIR)/tmac.doc + $(INSTALL_DATA) $(srcdir)/telnet.1 ${DESTDIR}$(CLIENT_MANDIR)/telnet.1 + $(INSTALL_DATA) $(srcdir)/tmac.doc ${DESTDIR}$(CLIENT_MANDIR)/tmac.doc authenc.o: defines.h externs.h general.h ring.h types.h $(ARPA_TELNET) commands.o: defines.h externs.h general.h ring.h types.h $(ARPA_TELNET) |
