mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Update.
2000-08-24 Andreas Jaeger <aj@suse.de> * malloc/Makefile (extra-objs): Fix last patch, build memusagestat only if LIBGD is available.
This commit is contained in:
parent
7e98470d80
commit
469e977feb
@ -1,3 +1,8 @@
|
||||
2000-08-24 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* malloc/Makefile (extra-objs): Fix last patch, build memusagestat
|
||||
only if LIBGD is available.
|
||||
|
||||
2000-08-24 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* resolv/res_send.c (res_ourserver_p): Cleanup the type mess to avoid
|
||||
|
@ -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 memusagestat.o
|
||||
extra-objs = mcheck-init.o libmcheck.a
|
||||
|
||||
# Include the cleanup handler.
|
||||
aux := set-freeres
|
||||
@ -73,6 +73,7 @@ endif
|
||||
ifneq ($(LIBGD),no)
|
||||
install-bin += memusagestat memusage
|
||||
generated += memusagestat memusage
|
||||
extra-objs += memusagestat.o
|
||||
endif
|
||||
|
||||
# Another goal which can be used to override the configure decision.
|
||||
|
Loading…
Reference in New Issue
Block a user