diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-02-28 13:00:27 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-02-28 13:00:27 -0800 |
commit | f08e9a26299db1972cb29a7e84b40b0cc9866bf2 (patch) | |
tree | cf58294441fc8481ce67696b075a6ff8378cbcea /posix/Makefile | |
parent | ff71cc373be1cc2875f8ea0b8d4f5232f1a5d673 (diff) | |
download | glibc-f08e9a26299db1972cb29a7e84b40b0cc9866bf2.zip glibc-f08e9a26299db1972cb29a7e84b40b0cc9866bf2.tar.gz glibc-f08e9a26299db1972cb29a7e84b40b0cc9866bf2.tar.bz2 |
Fix fallout from Joseph's untested Makeconfig change.
Diffstat (limited to 'posix/Makefile')
-rw-r--r-- | posix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/Makefile b/posix/Makefile index b41055a..a9bbff2 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -101,7 +101,7 @@ install-others-programs := $(inst_libexecdir)/getconf 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) \ +generated += $(addprefix wordexp-test-result, 1 2 3 4 5 6 7 8 9 10) \ annexc annexc.out wordexp-tst.out bug-regex2-mem \ bug-regex2.mtrace bug-regex14-mem bug-regex14.mtrace \ bug-regex21-mem bug-regex21.mtrace \ |