patches/glibc/2.12.1/920-make-382.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue May 03 00:20:04 2011 +0200 (2011-05-03)
changeset 2437 7657175fcb8c
permissions -rw-r--r--
libc/glibc: update patchset, add ports patchset

Patchset provided by "Ioannis E. Venetis" <venetis@mail.capsl.udel.edu>
http://sourceware.org/ml/crossgcc/2011-04/msg00072.html
http://sourceware.org/ml/crossgcc/2011-04/msg00073.html

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
     1 http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=blob_plain;f=source/base/glibc/make-3.82-fix.patch;hb=8217c32ecc2e14962847ba3d8a272eb64a3dba4f
     2 
     3 --- glibc-2.10.1.OLD/manual/Makefile
     4 +++ glibc-2.10.1.NEW/manual/Makefile
     5 @@ -232,7 +232,9 @@
     6  .PHONY: stubs
     7  stubs: $(objpfx)stubs
     8  endif
     9 -$(objpfx)stubs ../po/manual.pot $(objpfx)stamp%:
    10 +$(objpfx)stubs ../po/manual.pot:
    11 +	touch $@
    12 +$(objpfx)stamp%:
    13  	$(make-target-directory)
    14  	touch $@
    15