summaryrefslogtreecommitdiff
path: root/toolchain/eglibc/patches/make-mixed-rules.patch
blob: 06a4af3c09ddb37372b0331671f520bda56d83aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff -Nur eglibc-2.12.1.orig/libc/manual/Makefile eglibc-2.12.1/libc/manual/Makefile
--- eglibc-2.12.1.orig/libc/manual/Makefile	2010-09-28 19:14:30.000000000 +0200
+++ eglibc-2.12.1/libc/manual/Makefile	2010-11-06 17:05:03.000000000 +0100
@@ -243,7 +243,10 @@
 .PHONY: stubs
 stubs: $(objpfx)stubs
 endif
-$(objpfx)stubs ../po/manual.pot $(objpfx)stamp%:
+$(objpfx)stubs ../po/manual.pot:
+	touch $@
+
+$(objpfx)stamp%:
 	$(make-target-directory)
 	touch $@