2000-08-24  Andreas Jaeger  <aj@suse.de>

	* malloc/Makefile (extra-objs): Add memusagestat.o.
	(generated): Added memusage and memusagestat for make clean.

	* libio/tst_putwc.c (do_test): Delete temporary file.

	* posix/Makefile (generated): Add wordexp-tst.out.
This commit is contained in:
Andreas Jaeger 2000-08-24 08:58:23 +00:00
parent 3d61cc0988
commit 991dca9005
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,12 @@
2000-08-24 Andreas Jaeger <aj@suse.de>
* malloc/Makefile (extra-objs): Add memusagestat.o.
(generated): Added memusage and memusagestat for make clean.
* libio/tst_putwc.c (do_test): Delete temporary file.
* posix/Makefile (generated): Add wordexp-tst.out.
2000-08-24 Ulrich Drepper <drepper@redhat.com>
* resolv/res_hconf.c (free_mem): Remove not needed if.

View File

@ -48,7 +48,7 @@ libmemusage-routines = memusage
libmemusage-inhibit-o = $(filter-out .os,$(object-suffixes))
# These should be removed by `make clean'.
extra-objs = mcheck-init.o libmcheck.a
extra-objs = mcheck-init.o libmcheck.a memusagestat.o
# Include the cleanup handler.
aux := set-freeres
@ -72,6 +72,7 @@ endif
# If the gd library is available we build the `memusagestat' program.
ifneq ($(LIBGD),no)
install-bin += memusagestat memusage
generated += memusagestat memusage
endif
# Another goal which can be used to override the configure decision.