diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-10-13 15:13:28 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-10-13 15:13:28 +0000 |
commit | f616d119cd154c5212acc647b537447d8cf24280 (patch) | |
tree | c3b18194aa819e103d02c7f802ca11f9b5c7420e /lib-src/Makefile.in | |
parent | 4e391a67d1f2a31a76f670ee373fa8f26bedded1 (diff) | |
download | emacs-f616d119cd154c5212acc647b537447d8cf24280.tar.gz |
Replace tabs with spaces
when they might confuse some Make versions.
Diffstat (limited to 'lib-src/Makefile.in')
-rw-r--r-- | lib-src/Makefile.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 896641b85b1..9de51149ea4 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -185,27 +185,27 @@ MOVE_FLAGS= #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 */ |