diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | doc/ChangeLog | 6 |
2 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,8 @@ 1999-09-18 Roland McGrath <roland@baalperazim.frob.com> + * Makeconf [$(makemode) != misc]: Use this to protect linking rules, + so we don't define any rule for $(targets) if $(makemode) is misc. + * Makefile: Revert last change; it is definitely wrong, and there is no verified bug that needs to be fixed at all. diff --git a/doc/ChangeLog b/doc/ChangeLog index c772db16..51ccedde 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +1999-09-18 Roland McGrath <roland@baalperazim.frob.com> + + * Makefile (installationdir): New variable. + (DIST_FILES): Use := instead of =, so as to process wildcard only once. + (all): Target removed (superfluous). + 1999-09-18 Thomas Bushnell, BSG <tb@mit.edu> * hurd.texi: Added many comments (marked by `tb:') to some of the |