Mercurial > emacs
changeset 23441:24d04663d38b
Replace tabs with spaces
when they might confuse some Make versions.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 13 Oct 1998 15:13:28 +0000 |
parents | 21dd0dd62240 |
children | ded299082c16 |
files | lib-src/Makefile.in |
diffstat | 1 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/Makefile.in Tue Oct 13 09:52:54 1998 +0000 +++ b/lib-src/Makefile.in Tue Oct 13 15:13:28 1998 +0000 @@ -185,27 +185,27 @@ #ifdef KERBEROS # ifdef HAVE_LIBKRB - KRB4LIB = -lkrb + KRB4LIB = -lkrb # else # ifdef HAVE_LIBKRB4 - KRB4LIB = -lkrb4 + KRB4LIB = -lkrb4 # endif # endif # ifdef HAVE_LIBDES - DESLIB = -ldes + DESLIB = -ldes # else # ifdef HAVE_LIBDES425 - DESLIB = -ldes425 + DESLIB = -ldes425 # endif # endif # ifdef HAVE_LIBKRB5 - KRB5LIB = -lkrb5 + KRB5LIB = -lkrb5 # endif # ifdef HAVE_LIBCRYPTO - CRYPTOLIB = -lcrypto + CRYPTOLIB = -lcrypto # endif # ifdef HAVE_LIBCOM_ERR - COM_ERRLIB = -lcom_err + COM_ERRLIB = -lcom_err # endif #endif /* KERBEROS */