patches/glibc/2.12.1/920-make-382.patch
changeset 2437 7657175fcb8c
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/glibc/2.12.1/920-make-382.patch	Tue May 03 00:20:04 2011 +0200
     1.3 @@ -0,0 +1,15 @@
     1.4 +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
     1.5 +
     1.6 +--- glibc-2.10.1.OLD/manual/Makefile
     1.7 ++++ glibc-2.10.1.NEW/manual/Makefile
     1.8 +@@ -232,7 +232,9 @@
     1.9 + .PHONY: stubs
    1.10 + stubs: $(objpfx)stubs
    1.11 + endif
    1.12 +-$(objpfx)stubs ../po/manual.pot $(objpfx)stamp%:
    1.13 ++$(objpfx)stubs ../po/manual.pot:
    1.14 ++	touch $@
    1.15 ++$(objpfx)stamp%:
    1.16 + 	$(make-target-directory)
    1.17 + 	touch $@
    1.18 +