diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-05-01 22:04:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-05-01 22:04:20 +0000 |
commit | 97a4786792e1603c82f127744743fd51fbe5e5a3 (patch) | |
tree | 2926852ed6ac3b2ee2eaa379319bc3c9f33ea6bb /manual | |
parent | f89ac85ca83afd8d3c040f81931b8fac3c0ce9bf (diff) | |
download | glibc-97a4786792e1603c82f127744743fd51fbe5e5a3.tar.gz glibc-97a4786792e1603c82f127744743fd51fbe5e5a3.tar.xz glibc-97a4786792e1603c82f127744743fd51fbe5e5a3.zip |
Update.
1998-04-30 14:15 Zack Weinberg <zack@rabi.phys.columbia.edu> * sysdeps/unix/sysv/linux/netrose/rose.h: Don't include kernel headers.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 $@ |