Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
39c9a034
Commit
39c9a034
authored
Apr 07, 2003
by
Thien-Thi Nguyen
Browse files
(md5.o): Add missing dependency info.
parent
a9772fb4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/ChangeLog
src/ChangeLog
+5
-1
src/Makefile.in
src/Makefile.in
+1
-0
No files found.
src/ChangeLog
View file @
39c9a034
2003-04-07 Thien-Thi Nguyen <ttn@gnu.org>
* Makefile.in (md5.o): Add missing dependency info.
2003-04-06 Richard M. Stallman <rms@gnu.org>
* xselect.c (x_handle_selection_request): Move UNGCPRO to very end.
...
...
@@ -11,7 +15,7 @@
* intervals.h (CHECK_TOTAL_LENGTH): New macro.
* intervals.c: Add many calls to CHECK_TOTAL_LENGTH.
* alloc.c: (VALIDATE_LISP_STORAGE): Macro deleted.
All calls deleted.
(lisp_malloc): Do the work here directly.
...
...
src/Makefile.in
View file @
39c9a034
...
...
@@ -1129,6 +1129,7 @@ gmalloc.o: gmalloc.c $(config_h)
ralloc.o: ralloc.c $(config_h)
vm-limit.o: vm-limit.c mem-limits.h $(config_h)
marker.o: marker.c buffer.h charset.h $(config_h)
md5.o: md5.c md5.h $(config_h)
minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h keyboard.h \
buffer.h commands.h charset.h msdos.h $(config_h)
mktime.o: mktime.c $(config_h)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment