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

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