076f82
commit aabdad371f44defc6046aabdc96af7782a2e94be
076f82
Author: H.J. Lu <hjl.tools@gmail.com>
076f82
Date:   Sun Feb 6 11:12:24 2022 -0800
076f82
076f82
    elf: Replace tst-audit24bmod2.so with tst-audit24bmod2
076f82
    
076f82
    Replace tst-audit24bmod2.so with tst-audit24bmod2 to silence:
076f82
    
076f82
    make[2]: Entering directory '/export/gnu/import/git/gitlab/x86-glibc/elf'
076f82
    Makefile:2201: warning: overriding recipe for target '/export/build/gnu/tools-build/glibc-gitlab/build-x86_64-linux/elf/tst-audit24bmod2.so'
076f82
    ../Makerules:765: warning: ignoring old recipe for target '/export/build/gnu/tools-build/glibc-gitlab/build-x86_64-linux/elf/tst-audit24bmod2.so'
076f82
    
076f82
    (cherry picked from commit fa7ad1df1915c8a62f50e3a5b7e10f9c7118cd7f)
076f82
076f82
diff --git a/elf/Makefile b/elf/Makefile
076f82
index 9e4e056938a75ddb..57059293d0bc86cb 100644
076f82
--- a/elf/Makefile
076f82
+++ b/elf/Makefile
076f82
@@ -888,7 +888,7 @@ extra-test-objs += $(addsuffix .os,$(strip $(modules-names)))
076f82
 # filtmod1.so, tst-big-note-lib.so, tst-ro-dynamic-mod.so have special
076f82
 # rules.
076f82
 modules-names-nobuild := filtmod1 tst-big-note-lib tst-ro-dynamic-mod \
076f82
-			 tst-audit24bmod1 tst-audit24bmod2.so
076f82
+			 tst-audit24bmod1 tst-audit24bmod2
076f82
 
076f82
 tests += $(tests-static)
076f82