Skip to content

Commit

Permalink
Use += before-compile instead of a :=.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Liebler authored and Andreas Krebbel committed Mar 24, 2014
1 parent f1399b5 commit 78b6eeb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion posix/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit 78b6eeb

Please sign in to comment.