From b22fc5f5651706304ac09305ac3ee5bf84516378 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 6 May 1998 12:54:05 +0000 Subject: Update. 1998-05-06 12:51 Ulrich Drepper * sysdeps/i386/fpu/bits/mathinline.h (pow): Use long long int for test for integer. * sysdeps/libm-i387/e_pow.S: Correctly shift double word. * sysdeps/libm-i387/e_powl.S: Likewise. 1998-03-31 Wolfram Gloger * malloc/malloc.c (chunk2mem_check, top_check): New functions. (malloc_check, free_check, realloc_check, memalign_check): Use them to improve overrun checking. Overruns of a single byte and corruption of the top chunk are now detected much more reliably. 1998-05-06 Andreas Jaeger * math/libm-test.c (pow_test): Add test for special value from PR libc/590. --- manual/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'manual/Makefile') diff --git a/manual/Makefile b/manual/Makefile index bffbec6ada..d00a3cb586 100644 --- a/manual/Makefile +++ b/manual/Makefile @@ -198,7 +198,7 @@ subdir_%: ; # None of these should be `subdir_TARGET'; those targets are transformed # by the implicit rule above into `TARGET' deps. glibc-targets := lib objects objs others tests lint.out \ - echo-headers echo-distinfo stubs + echo-headers echo-distinfo .PHONY: $(glibc-targets) $(glibc-targets): @@ -206,7 +206,10 @@ $(glibc-targets): # updating the library archives are happy with us, and never think we have # changed the library. lib: $(foreach o,$(object-suffixes-for-libc),$(objpfx)stamp$o) +ifdef objpfx +.PHONY: stubs stubs: $(objpfx)stubs +endif $(objpfx)stubs ../po/manual.pot $(objpfx)stamp%: $(make-target-directory) cp /dev/null $@ -- cgit 1.4.1