aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorRichard M. Stallman1998-10-13 15:13:28 +0000
committerRichard M. Stallman1998-10-13 15:13:28 +0000
commitf616d119cd154c5212acc647b537447d8cf24280 (patch)
treec3b18194aa819e103d02c7f802ca11f9b5c7420e /lib-src
parent4e391a67d1f2a31a76f670ee373fa8f26bedded1 (diff)
downloademacs-f616d119cd154c5212acc647b537447d8cf24280.tar.gz
emacs-f616d119cd154c5212acc647b537447d8cf24280.zip
Replace tabs with spaces
when they might confuse some Make versions.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/Makefile.in14
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=
185 185
186#ifdef KERBEROS 186#ifdef KERBEROS
187# ifdef HAVE_LIBKRB 187# ifdef HAVE_LIBKRB
188 KRB4LIB = -lkrb 188 KRB4LIB = -lkrb
189# else 189# else
190# ifdef HAVE_LIBKRB4 190# ifdef HAVE_LIBKRB4
191 KRB4LIB = -lkrb4 191 KRB4LIB = -lkrb4
192# endif 192# endif
193# endif 193# endif
194# ifdef HAVE_LIBDES 194# ifdef HAVE_LIBDES
195 DESLIB = -ldes 195 DESLIB = -ldes
196# else 196# else
197# ifdef HAVE_LIBDES425 197# ifdef HAVE_LIBDES425
198 DESLIB = -ldes425 198 DESLIB = -ldes425
199# endif 199# endif
200# endif 200# endif
201# ifdef HAVE_LIBKRB5 201# ifdef HAVE_LIBKRB5
202 KRB5LIB = -lkrb5 202 KRB5LIB = -lkrb5
203# endif 203# endif
204# ifdef HAVE_LIBCRYPTO 204# ifdef HAVE_LIBCRYPTO
205 CRYPTOLIB = -lcrypto 205 CRYPTOLIB = -lcrypto
206# endif 206# endif
207# ifdef HAVE_LIBCOM_ERR 207# ifdef HAVE_LIBCOM_ERR
208 COM_ERRLIB = -lcom_err 208 COM_ERRLIB = -lcom_err
209# endif 209# endif
210#endif /* KERBEROS */ 210#endif /* KERBEROS */
211 211