diff options
author | Roland McGrath <roland@gnu.org> | 2001-06-04 04:56:48 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-06-04 04:56:48 +0000 |
commit | eaeeb1eb428500658671f12aa4938543396ab7b9 (patch) | |
tree | f2c32cbd0cb453384c9765e5cb303c0ad47def31 | |
parent | 4eb8a86271b6eea94da56b83ed3c3794f5cbd3f5 (diff) | |
download | glibc-eaeeb1eb428500658671f12aa4938543396ab7b9.zip glibc-eaeeb1eb428500658671f12aa4938543396ab7b9.tar.gz glibc-eaeeb1eb428500658671f12aa4938543396ab7b9.tar.bz2 |
* Makefile (postclean): Remove obsolete sysd-Makefile.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2001-06-03 Roland McGrath <roland@frob.com> + + * Makefile (postclean): Remove obsolete sysd-Makefile. + 2001-06-01 Roland McGrath <roland@frob.com> * sysdeps/alpha/fpu/fclrexcpt.c: #include <shlib-compat.h> @@ -200,7 +200,7 @@ parent-mostlyclean: common-mostlyclean # common-mostlyclean is in Makerules. parent-clean: parent-mostlyclean common-clean postclean = $(addprefix $(common-objpfx),$(postclean-generated)) \ - $(addprefix $(objpfx),sysd-Makefile sysd-dirs sysd-rules) \ + $(addprefix $(objpfx),sysd-dirs sysd-rules) \ $(addprefix $(objpfx),sysd-sorted soversions.mk soversions.i) clean: parent-clean |