Use += before-compile instead of a :=.

This commit is contained in:
Stefan Liebler 2014-03-24 16:32:47 +01:00 committed by Andreas Krebbel
parent f1399b5a2b
commit 78b6eebcf1
2 changed files with 6 additions and 1 deletions

View File

@ -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

View 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) \