about summary refs log tree commit diff
diff options
context:
space:
mode:
authorStefan Liebler <stli@linux.vnet.ibm.com>2014-03-24 16:32:47 +0100
committerAndreas Krebbel <krebbel@linux.vnet.ibm.com>2014-03-24 16:59:01 +0100
commit78b6eebcf1b33c71ae5028422f500a0e48b20544 (patch)
treeede1e143a5484ac91a09eff659dd9fbcaf9a8479
parentf1399b5a2bc03e0585f16e892b635c503e72563b (diff)
downloadglibc-78b6eebcf1b33c71ae5028422f500a0e48b20544.tar.gz
glibc-78b6eebcf1b33c71ae5028422f500a0e48b20544.tar.xz
glibc-78b6eebcf1b33c71ae5028422f500a0e48b20544.zip
Use += before-compile instead of a :=.
-rw-r--r--ChangeLog5
-rw-r--r--posix/Makefile2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 89d9f2999f..861e989f19 100644
--- 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
diff --git a/posix/Makefile b/posix/Makefile
index 83a358e9c8..328c2c5252 100644
--- a/posix/Makefile
+++ b/posix/Makefile
@@ -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) \