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