Blame SOURCES/glibc-rh1505492-undef-12.patch

25845f
commit 78b6eebcf1b33c71ae5028422f500a0e48b20544
25845f
Author: Stefan Liebler <stli@linux.vnet.ibm.com>
25845f
Date:   Mon Mar 24 16:32:47 2014 +0100
25845f
25845f
    Use += before-compile instead of a :=.
25845f
25845f
diff --git a/posix/Makefile b/posix/Makefile
25845f
index 683b6e4b272fdebb..4034282866139aaa 100644
25845f
--- a/posix/Makefile
25845f
+++ b/posix/Makefile
25845f
@@ -96,7 +96,7 @@ others		:= getconf
25845f
 install-bin	:= getconf
25845f
 install-others-programs	:= $(inst_libexecdir)/getconf
25845f
 
25845f
-before-compile	:= testcases.h ptestcases.h
25845f
+before-compile	+= testcases.h ptestcases.h
25845f
 
25845f
 # So they get cleaned up.
25845f
 generated := $(addprefix wordexp-test-result, 1 2 3 4 5 6 7 8 9 10) \