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 /resolv | |
parent | ff71cc373be1cc2875f8ea0b8d4f5232f1a5d673 (diff) | |
download | glibc-f08e9a26299db1972cb29a7e84b40b0cc9866bf2.tar.gz glibc-f08e9a26299db1972cb29a7e84b40b0cc9866bf2.tar.xz glibc-f08e9a26299db1972cb29a7e84b40b0cc9866bf2.zip |
Fix fallout from Joseph's untested Makeconfig change.
Diffstat (limited to 'resolv')
-rw-r--r-- | resolv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resolv/Makefile b/resolv/Makefile index 9e4daee8c2..5763469285 100644 --- a/resolv/Makefile +++ b/resolv/Makefile @@ -64,7 +64,7 @@ ifeq (yesyes,$(build-shared)$(have-thread-library)) tests: $(objpfx)ga_test endif -generated := mtrace-tst-leaks tst-leaks.mtrace \ +generated += mtrace-tst-leaks tst-leaks.mtrace \ mtrace-tst-leaks2 tst-leaks2.mtrace include ../Rules |