diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-09-08 08:38:28 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-09-08 08:38:28 +0000 |
commit | 39b3cbd4b7fcfe5e9f530ea30c9d9b04e617ab4e (patch) | |
tree | 19513bf72927c5334c1cf8fcedd680ccf2bccf41 /ChangeLog | |
parent | ae61a2d341f870d806ed318234e53894396865e3 (diff) | |
download | hurd-39b3cbd4b7fcfe5e9f530ea30c9d9b04e617ab4e.tar.gz hurd-39b3cbd4b7fcfe5e9f530ea30c9d9b04e617ab4e.tar.bz2 hurd-39b3cbd4b7fcfe5e9f530ea30c9d9b04e617ab4e.zip |
1999-09-08 Thomas Bushnell, BSG <tb@mit.edu>
* Makeconf (cleantarg): Add `$(libname)_pic.a'.
[$(makemode) = library] (targets): Likewise.
($(libname)_pic.a): New rule.
($(libdir)/$(libname)_pic.a): Extended from the previous _p.a and
.a rules.
Submitted by Marcus Brinkmann (Marcus.Brinkmann@ruhr-uni-bochum.de).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +1999-09-08 Thomas Bushnell, BSG <tb@mit.edu> + + * Makeconf (cleantarg): Add `$(libname)_pic.a'. + [$(makemode) = library] (targets): Likewise. + ($(libname)_pic.a): New rule. + ($(libdir)/$(libname)_pic.a): Extended from the previous _p.a and + .a rules. + Submitted by Marcus Brinkmann (Marcus.Brinkmann@ruhr-uni-bochum.de). + 1999-06-19 Roland McGrath <roland@baalperazim.frob.com> * Makefile (DIST_FILES): Add move-if-change. |