Make install obey $(DESTDIR)
authorTheodore Tso <tytso@mit.edu>
Tue, 4 Oct 1994 01:14:53 +0000 (01:14 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 4 Oct 1994 01:14:53 +0000 (01:14 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4432 dc483132-0cff-0310-8789-dd5450dbe970

src/include/kerberosIV/ChangeLog
src/include/kerberosIV/Makefile.in
src/lib/crypto/ChangeLog
src/lib/crypto/Makefile.in
src/lib/krb5/ChangeLog
src/lib/krb5/Makefile.in

index 1868f4d3a2825aa0c5c673c4d6d0e7a1df7d78d9..17678f2c2e93ef9352fd626b3876fb827c738294 100644 (file)
@@ -1,5 +1,7 @@
 Mon Oct  3 18:50:25 1994  Theodore Y. Ts'o  (tytso@dcl)
 
+       * Makefile.in: make install obey $(DESTDIR)
+
        * Makefile.in: Fix "make install" to use $(srcdir) when copying in
                header files.
 
index 9b19e79d754b64752952cf956becd8abf279e34b..0cefb8d845c3a3e9dae928aee74579446e9fa18e 100644 (file)
@@ -16,5 +16,5 @@ KRB5_INCDIR = $(KRB5ROOT)/include
 
 install:: $(KRB4_HEADERS)
        @set -x; for f in $(KRB4_HEADERS) ; \
-       do cp $(srcdir)/$$f $(KRB5_INCDIR)/kerberosIV/$$f ; \
+       do cp $(srcdir)/$$f $(DESTDIR)$(KRB5_INCDIR)/kerberosIV/$$f ; \
        done
index 89c5c8f8797dc9051f07140f6d64fdd78fcc477a..19ae185e625a9ad428f8403eb9b5b4c789fe1e02 100644 (file)
@@ -1,3 +1,7 @@
+Mon Oct  3 21:11:56 1994  Theodore Y. Ts'o  (tytso@dcl)
+
+       * Makefile.in: make install obey $(DESTDIR)
+
 Thu Aug  4 03:40:24 1994  Tom Yu  (tlyu@dragons-lair)
 
        * configure.in: oops check for install
index 3ac1a5b45334deb7295ea44dbda0e71ac3aad331..4aba7663190251e3b88c6639b98d254a06498c2d 100644 (file)
@@ -18,5 +18,5 @@ libcrypto.a: des/DONE md4/DONE md5/DONE crc32/DONE os/DONE $(OBJS)
        $(RANLIB) $@
 
 install:: libcrypto.a
-       $(INSTALL_DATA) libcrypto.a $(KRB5_LIBDIR)/libcrypto.a
-       $(RANLIB) $(KRB5_LIBDIR)/libcrypto.a
+       $(INSTALL_DATA) libcrypto.a $(DESTDIR)$(KRB5_LIBDIR)/libcrypto.a
+       $(RANLIB) $(DESTDIR)$(KRB5_LIBDIR)/libcrypto.a
index 10bf9f8ab07e56ed01b7b11f5dd22043f11e8f21..5ad72d5312e09194c80bfb3fafef788e5893e555 100644 (file)
@@ -1,3 +1,7 @@
+Mon Oct  3 21:11:19 1994  Theodore Y. Ts'o  (tytso@dcl)
+
+       * Makefile.in: make install obey $(DESTDIR)
+
 Thu Aug  4 03:42:31 1994  Tom Yu  (tlyu@dragons-lair)
 
        * configure.in: oops look for install program
index 6e9ab2a2cedc4043c773c91d6f26bca38bff9ba9..61a88611216bd6be74a7e233adca6e485493247c 100644 (file)
@@ -20,8 +20,8 @@ libkrb5.a: error_tables/DONE asn.1/DONE ccache/DONE ccache/stdio/DONE \
        $(RANLIB) $@
 
 install:: libkrb5.a
-       $(INSTALL_DATA) libkrb5.a $(KRB5_LIBDIR)/libkrb5.a
-       $(RANLIB) $(KRB5_LIBDIR)/libkrb5.a
+       $(INSTALL_DATA) libkrb5.a $(DESTDIR)$(KRB5_LIBDIR)/libkrb5.a
+       $(RANLIB) $(DESTDIR)$(KRB5_LIBDIR)/libkrb5.a
 
 clean::
        $(RM) libkrb5.a