diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-05-07 13:10:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-05-07 13:10:33 +0000 |
commit | ae9b308c6a4a6c2dc6886723764616f85402480d (patch) | |
tree | 0bcb3254f2870f86e934dcc6e4e9b8ccbbe0be88 /Makerules | |
parent | 6600049466b586e3decaf24bd70c06b21382cf98 (diff) | |
download | glibc-ae9b308c6a4a6c2dc6886723764616f85402480d.tar.gz |
Update.
1997-05-07 13:26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* Makerules (lib): Put back dependency on lib-noranlib.
($(subdirs-stamps)): Remove dependency on stamp.* again.
1998-05-07 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/i386/fpu/bits/mathinline.h: Use long long int also for
test in __pow2 implementation.
1998-05-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* malloc/malloc.c (top_check): Add void as parameter to silent gcc.
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -491,7 +491,7 @@ CREATE_ARFLAGS := cru$(verbose) # This makes all the object files in the parent library archive. .PHONY: lib lib-noranlib -lib: $(foreach l,$(libtypes),$(patsubst %,$(common-objpfx)$l,c)) +lib: lib-noranlib $(foreach l,$(libtypes),$(patsubst %,$(common-objpfx)$l,c)) lib-noranlib: libobjs # For object-suffix $o, the list of objects with that suffix. @@ -543,8 +543,7 @@ endef subdirs-stamps := $(foreach d,$(subdirs),$(common-objpfx)$d/stamp%) subdirs-stamp-o = $(subst %,$o,$(subdirs-stamps)) ifndef subdir -$(subdirs-stamps): $(foreach o,$(object-suffixes-for-libc),$(objpfx)stamp$o) \ - subdir_lib; +$(subdirs-stamps): subdir_lib; endif object-suffixes-left = $(object-suffixes-for-libc) include $(o-iterator) |