From 97a4786792e1603c82f127744743fd51fbe5e5a3 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 1 May 1998 22:04:20 +0000 Subject: Update. 1998-04-30 14:15 Zack Weinberg * sysdeps/unix/sysv/linux/netrose/rose.h: Don't include kernel headers. --- manual/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manual') diff --git a/manual/Makefile b/manual/Makefile index d4c33e68a9..bffbec6ada 100644 --- a/manual/Makefile +++ b/manual/Makefile @@ -141,7 +141,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 libc.dvi libc.info* dir-add.info stubs -rm -f $(foreach o,$(object-suffixes-for-libc),$(objpfx)stamp$o) clean: mostlyclean distclean: clean @@ -206,8 +206,8 @@ $(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) -stubs: $(common-objpfx)stub-manual -$(common-objpfx)stub-manual ../po/manual.pot $(objpfx)stamp%: +stubs: $(objpfx)stubs +$(objpfx)stubs ../po/manual.pot $(objpfx)stamp%: $(make-target-directory) cp /dev/null $@ -- cgit 1.4.1