patches/glibc/2.10.1/920-make-382.patch
changeset 3325 069f43a215cc
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/glibc/2.10.1/920-make-382.patch	Wed Jun 25 23:33:01 2014 +0200
     1.3 @@ -0,0 +1,16 @@
     1.4 +diff -urN glibc-2.10.1-orig/manual/Makefile glibc-2.10.1/manual/Makefile
     1.5 +--- glibc-2.10.1-orig/manual/Makefile 2006-01-07 22:43:47.000000000 -0800
     1.6 ++++ glibc-2.10.1/manual/Makefile 2014-01-15 11:49:08.256982014 -0800
     1.7 +@@ -232,7 +232,11 @@
     1.8 + .PHONY: stubs
     1.9 + stubs: $(objpfx)stubs
    1.10 + endif
    1.11 +-$(objpfx)stubs ../po/manual.pot $(objpfx)stamp%:
    1.12 ++$(objpfx)stamp%:
    1.13 ++	$(make-target-directory)
    1.14 ++	touch $@
    1.15 ++
    1.16 ++$(objpfx)stubs ../po/manual.pot:
    1.17 + 	$(make-target-directory)
    1.18 + 	touch $@
    1.19 +