diff options
author | Stefan Liebler <stli@linux.vnet.ibm.com> | 2014-03-24 16:32:47 +0100 |
---|---|---|
committer | Andreas Krebbel <krebbel@linux.vnet.ibm.com> | 2014-03-24 16:59:01 +0100 |
commit | 78b6eebcf1b33c71ae5028422f500a0e48b20544 (patch) | |
tree | ede1e143a5484ac91a09eff659dd9fbcaf9a8479 /posix | |
parent | f1399b5a2bc03e0585f16e892b635c503e72563b (diff) | |
download | glibc-78b6eebcf1b33c71ae5028422f500a0e48b20544.tar glibc-78b6eebcf1b33c71ae5028422f500a0e48b20544.tar.gz glibc-78b6eebcf1b33c71ae5028422f500a0e48b20544.tar.bz2 glibc-78b6eebcf1b33c71ae5028422f500a0e48b20544.zip |
Use += before-compile instead of a :=.
Diffstat (limited to 'posix')
-rw-r--r-- | posix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) \ |