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 | 665eba9dc04fab0272b1718fa9fc469cb7b11d75 (patch) | |
tree | 97caee3607ef123362d114eb72722fe1fac96a77 /lib-src/Makefile.in | |
parent | e1f0a6d2e83242f6fabf1381f31321e115782b34 (diff) | |
download | emacs-665eba9dc04fab0272b1718fa9fc469cb7b11d75.tar.gz |
Properly terminate a comment.
Diffstat (limited to 'lib-src/Makefile.in')
-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= |