Mercurial > emacs
comparison lib-src/Makefile.in @ 22376:84967b95587b
Properly terminate a comment.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 06 Jun 1998 22:24:37 +0000 |
parents | bfaacbee089a |
children | f006715d846c |
comparison
equal
deleted
inserted
replaced
22375:b64e8aaad74e | 22376:84967b95587b |
---|---|
203 CRYPTOLIB = -lcrypto | 203 CRYPTOLIB = -lcrypto |
204 # endif | 204 # endif |
205 # ifdef HAVE_LIBCOM_ERR | 205 # ifdef HAVE_LIBCOM_ERR |
206 COM_ERRLIB = -lcom_err | 206 COM_ERRLIB = -lcom_err |
207 # endif | 207 # endif |
208 #endif /* KERBEROS | 208 #endif /* KERBEROS */ |
209 | 209 |
210 /* If HESIOD is defined, set this to "-lhesiod". */ | 210 /* If HESIOD is defined, set this to "-lhesiod". */ |
211 HESIODLIB= | 211 HESIODLIB= |
212 | 212 |
213 MOVE_LIBS=$(KRB4LIB) $(DESLIB) $(KRB5LIB) $(CRYPTOLIB) $(COM_ERRLIB) $(HESIODLIB) | 213 MOVE_LIBS=$(KRB4LIB) $(DESLIB) $(KRB5LIB) $(CRYPTOLIB) $(COM_ERRLIB) $(HESIODLIB) |