patches/glibc/2.12.1/920-make-382.patch
author danielrubiob@gmail.com
Tue Feb 11 21:34:48 2014 +0100 (2014-02-11)
changeset 3285 a8cb9039fade
permissions -rw-r--r--
complibs/cloog: bump version

Signed-off-by: Daniel Rubio Bonilla <danielrubiob@gmail.com>
[yann.morin.1998@free.fr: re-order versions]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Cody P Schafer <dev@codyps.com>
Message-Id: <c2de3964cd6d5e4173cc.1391984023@uemo>
Patchwork-Id: 318637
     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