Add $(srcdir) to install line so that installs work correctly when the
authorTheodore Tso <tytso@mit.edu>
Tue, 28 Feb 1995 18:37:44 +0000 (18:37 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 28 Feb 1995 18:37:44 +0000 (18:37 +0000)
build tree != the source tree.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5034 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/telnet/telnet/ChangeLog
src/appl/telnet/telnet/Makefile.in

index ec61013a274c22b8fb5e7e4cbd57bdcfcc9394b6..147fcc3c4d4943f1209e19bd267bdfcf65e2c4af 100644 (file)
@@ -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.
index 19d8253372c81701c174344b9da7ad4184171b1d..22c21b41c062d26c1b14f8145291927bf0a4405b 100644 (file)
@@ -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)