CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Added patch to build toolchain with make 3.82
[toolchain-softfp.git] / work / glibc-2.10.1-make382.patch
CommitLineData
dce74230
VM
1--- glibc-2.10.1_orig/manual/Makefile 2012-02-08 08:05:11.777529411 +0000
2+++ glibc-2.10.1/manual/Makefile 2012-02-08 08:06:46.189531779 +0000
3@@ -232,7 +232,9 @@
4 .PHONY: stubs
5 stubs: $(objpfx)stubs
6 endif
7-$(objpfx)stubs ../po/manual.pot $(objpfx)stamp%:
8+$(objpfx)stubs ../po/manual.pot:
9+ touch $@
10+$(objpfx)stamp%:
11 $(make-target-directory)
12 touch $@
13