]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use += before-compile instead of a :=.
authorStefan Liebler <stli@linux.vnet.ibm.com>
Mon, 24 Mar 2014 15:32:47 +0000 (16:32 +0100)
committerAndreas Krebbel <krebbel@linux.vnet.ibm.com>
Mon, 24 Mar 2014 15:59:01 +0000 (16:59 +0100)
ChangeLog
posix/Makefile

index 89d9f2999fb4b6d469864782baad27aed4c087a7..861e989f194a6e0f354066e670dfe61d5cce1f35 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-03-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
+
+       * posix/Makefile (before-compile): Use += before-compile instead
+       of a :=.
+
 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
 
        * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
index 83a358e9c88aa65bf8e1b498d60b06f48493a57a..328c2c52527f5fcbe761047a94d63f1ddbc56991 100644 (file)
@@ -98,7 +98,7 @@ others                := getconf
 install-bin    := getconf
 install-others-programs        := $(inst_libexecdir)/getconf
 
-before-compile := testcases.h ptestcases.h
+before-compile += testcases.h ptestcases.h
 
 # So they get cleaned up.
 generated += $(addprefix wordexp-test-result, 1 2 3 4 5 6 7 8 9 10) \