From e2e9ee177f2c301bf4abcc9214228c010aaba3d1 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 1 Apr 1998 07:11:57 +0000 Subject: Update. 1998-04-01 13:20 Mark Kettenis * io/Makefile (static-only-routines): Add stat64, fstat64 and lstat64. 1998-03-30 Andreas Schwab * manual/Makefile: Use object-suffixes-for-libc instead of object-suffixes. * rpm/Makefile (install-lib): Likewise. 1998-03-30 Andreas Schwab * sysdeps/unix/sysv/linux/lddlibc4.c: Fix OB1 bug. * sysdeps/unix/sysv/linux/configure.in: Match $machine against `m68*', not only `m68k'. 1998-04-01 10:50 Andreas Schwab --- manual/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manual') diff --git a/manual/Makefile b/manual/Makefile index a952299ee7..e4efe73ae5 100644 --- a/manual/Makefile +++ b/manual/Makefile @@ -144,7 +144,7 @@ glibc-doc-$(edition).tar: $(doc-only-dist) $(distribute) .PHONY: mostlyclean distclean realclean clean mostlyclean: -rm -f libc.dvi libc.info* dir-add.info $(common-objpfx)stub-manual - -rm -f $(foreach o,$(object-suffixes),$(objpfx)stamp$o) + -rm -f $(foreach o,$(object-suffixes-for-libc),$(objpfx)stamp$o) clean: mostlyclean distclean: clean indices = cp fn pg tp vr ky @@ -207,7 +207,7 @@ $(glibc-targets): # Create stamp files if they don't exist, so the parent makefile's rules for # updating the library archives are happy with us, and never think we have # changed the library. -lib: $(foreach o,$(object-suffixes),$(objpfx)stamp$o) +lib: $(foreach o,$(object-suffixes-for-libc),$(objpfx)stamp$o) stubs: $(common-objpfx)stub-manual $(common-objpfx)stub-manual ../po/manual.pot $(objpfx)stamp%: $(make-target-directory) -- cgit 1.4.1