diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-07-02 02:33:31 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-07-02 02:33:31 +0000 |
commit | 5de2e50891f0406244f4dcb7af009dce6213a0ea (patch) | |
tree | 2a55338d39cdc6e5cac71aefe56ec15c9f584b75 /ChangeLog | |
parent | 9b4552a22d3abb08bb25f4e0035b164fce358d99 (diff) |
1999-07-01 Thomas Bushnell, BSG <tb@mit.edu>
* i386/linux/Makefile.in: For each .o file in $(linux-objs)
include a corresponding .d file, unless `no_deps' is `t'.
(make-deps): New function.
(%.d): New pattern rules for building %.d from %.c and %.S.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +1999-07-01 Thomas Bushnell, BSG <tb@mit.edu> + + * i386/linux/Makefile.in: For each .o file in $(linux-objs) + include a corresponding .d file, unless `no_deps' is `t'. + (make-deps): New function. + (%.d): New pattern rules for building %.d from %.c and %.S. + 1999-06-29 Thomas Bushnell, BSG <tb@mit.edu> * vm/vm_resident.c (vm_page_grab): Don't bounce requests when |