diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-06-06 22:24:37 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-06-06 22:24:37 +0000 |
commit | b6b4c6ffccc960aad0a3bbd07b6d8f1ebef329ad (patch) | |
tree | fe0f5397beb3063ac69884ef9541ce5b1b261fed /lib-src | |
parent | 1bffea0ba7ec76b7ccdb05882149db545aefe4bf (diff) | |
download | emacs-b6b4c6ffccc960aad0a3bbd07b6d8f1ebef329ad.tar.gz |
Properly terminate a comment.
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 24730fb42fe..7d5059d014f 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -205,7 +205,7 @@ MOVE_FLAGS= # ifdef HAVE_LIBCOM_ERR COM_ERRLIB = -lcom_err # endif -#endif /* KERBEROS +#endif /* KERBEROS */ /* If HESIOD is defined, set this to "-lhesiod". */ HESIODLIB= |