mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Use += before-compile instead of a :=.
This commit is contained in:
parent
f1399b5a2b
commit
78b6eebcf1
@ -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
|
||||
|
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user