]> git.eshelyaron.com Git - emacs.git/commitdiff
Replace tabs with spaces
authorRichard M. Stallman <rms@gnu.org>
Tue, 13 Oct 1998 15:13:28 +0000 (15:13 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 13 Oct 1998 15:13:28 +0000 (15:13 +0000)
when they might confuse some Make versions.

lib-src/Makefile.in

index 896641b85b1fb1b8191a9d44b18f4f4037d02e02..9de51149ea4c6b6810f89841ca106d78b9b2cddc 100644 (file)
@@ -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 */