This syntax was disallowed in gnu make 3.82.

This patch has been submitted upstream.

Signed-off-by: Philip Prindeville <phil...@redfish-solutions.com>
Index: toolchain/eglibc/patches/2.8/110-implicit-rules-mix.patch
===================================================================
--- toolchain/eglibc/patches/2.8/110-implicit-rules-mix.patch   (revision 0)
+++ toolchain/eglibc/patches/2.8/110-implicit-rules-mix.patch   (revision 0)
@@ -0,0 +1,25 @@
+--- eglibc-2.8-r8587/libc/manual/Makefile.orig 2006-08-16 19:18:26.000000000 
-0600
++++ eglibc-2.8-r8587/libc/manual/Makefile      2011-06-12 17:07:23.000000000 
-0600
+@@ -232,7 +232,11 @@ ifdef objpfx
+ .PHONY: stubs
+ stubs: $(objpfx)stubs
+ endif
+-$(objpfx)stubs ../po/manual.pot $(objpfx)stamp%:
++$(objpfx)stubs ../po/manual.pot:
++      $(make-target-directory)
++      touch $@
++
++$(objpfx)stamp%:
+       $(make-target-directory)
+       touch $@
+ 
+--- eglibc-2.8-r8587/libc/ChangeLog.eglibc.orig        2009-06-23 
13:58:33.000000000 -0600
++++ eglibc-2.8-r8587/libc/ChangeLog.eglibc     2011-06-12 17:23:33.000000000 
-0600
+@@ -1,3 +1,7 @@
++2011-06-12  Philip Prindeville <phil...@redfish-solutions.com>
++      * manual/Makefile ($(objpfx)stubs): Separate out mixed implicit and
++      static rules.
++
+ 2009-06-23  Joseph Myers  <jos...@codesourcery.com>
+ 
+       * nptl/init.c (sighandler_setxid): Remove duplicate decrement of
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to