CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
glibc-2.12.1-pot.patch: fixed
[toolchain-softfp.git] / work / glibc-2.12.1-pot.patch
CommitLineData
ee37ae61
VM
1diff -ruN glibc-2.12.1.orig//manual/Makefile glibc-2.12.1//manual/Makefile
2--- glibc-2.12.1.orig//manual/Makefile 2010-07-27 11:34:39.000000000 +0000
3+++ glibc-2.12.1//manual/Makefile 2011-04-05 12:48:47.000000000 +0000
4@@ -232,7 +232,10 @@
5 .PHONY: stubs
ea11cec7
VM
6 stubs: $(objpfx)stubs
7 endif
ee37ae61 8-$(objpfx)stubs ../po/manual.pot $(objpfx)stamp%:
ea11cec7 9+$(objpfx)stubs ../po/manual.pot:
ee37ae61 10+ $(make-target-directory)
ea11cec7
VM
11+ touch $@
12+$(objpfx)stamp%:
13 $(make-target-directory)
14 touch $@
15