diff options
| author | Richard M. Stallman | 1998-06-06 22:24:37 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-06-06 22:24:37 +0000 |
| commit | 665eba9dc04fab0272b1718fa9fc469cb7b11d75 (patch) | |
| tree | 97caee3607ef123362d114eb72722fe1fac96a77 /lib-src | |
| parent | e1f0a6d2e83242f6fabf1381f31321e115782b34 (diff) | |
| download | emacs-665eba9dc04fab0272b1718fa9fc469cb7b11d75.tar.gz emacs-665eba9dc04fab0272b1718fa9fc469cb7b11d75.zip | |
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= | |||
| 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= |