diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2022-02-24 14:10:45 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2022-02-25 10:35:45 -0800 |
commit | 1fe00d3eb602a0754873b536dc92fb6226759ee4 (patch) | |
tree | 9ac924ea02427b8d752cea8269e1e011d8cac452 /malloc/Makefile | |
parent | c12c2a41b0bf626f50265e67d3393e1607c9cc77 (diff) | |
download | glibc-1fe00d3eb602a0754873b536dc92fb6226759ee4.tar.gz glibc-1fe00d3eb602a0754873b536dc92fb6226759ee4.tar.xz glibc-1fe00d3eb602a0754873b536dc92fb6226759ee4.zip |
build: Properly generate .d dependency files [BZ #28922]
1. Also generate .d dependency files for $(tests-container) and $(tests-printers). 2. elf: Add tst-auditmod17.os to extra-test-objs. 3. iconv: Add tst-gconv-init-failure-mod.os to extra-test-objs. 4. malloc: Rename extra-tests-objs to extra-test-objs. 5. linux: Add tst-sysconf-iov_max-uapi.o to extra-test-objs. 6. x86_64: Add tst-x86_64mod-1.o, tst-platformmod-2.o, test-libmvec.o, test-libmvec-avx.o, test-libmvec-avx2.o and test-libmvec-avx512f.o to extra-test-objs. Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'malloc/Makefile')
-rw-r--r-- | malloc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/Makefile b/malloc/Makefile index 2329cf718a..4e32de2a0b 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -145,7 +145,7 @@ extra-libs = libmemusage libc_malloc_debug extra-libs-others = $(extra-libs) # Helper objects for some tests. -extra-tests-objs += \ +extra-test-objs += \ tst-interpose-aux-nothread.o \ tst-interpose-aux-thread.o \ |