00c0d4
commit fa7ad1df1915c8a62f50e3a5b7e10f9c7118cd7f
00c0d4
Author: H.J. Lu <hjl.tools@gmail.com>
00c0d4
Date:   Sun Feb 6 11:12:24 2022 -0800
00c0d4
00c0d4
    elf: Replace tst-audit24bmod2.so with tst-audit24bmod2
00c0d4
    
00c0d4
    Replace tst-audit24bmod2.so with tst-audit24bmod2 to silence:
00c0d4
    
00c0d4
    make[2]: Entering directory '/export/gnu/import/git/gitlab/x86-glibc/elf'
00c0d4
    Makefile:2201: warning: overriding recipe for target '/export/build/gnu/tools-build/glibc-gitlab/build-x86_64-linux/elf/tst-audit24bmod2.so'
00c0d4
    ../Makerules:765: warning: ignoring old recipe for target '/export/build/gnu/tools-build/glibc-gitlab/build-x86_64-linux/elf/tst-audit24bmod2.so'
00c0d4
00c0d4
Conflicts:
00c0d4
	elf/Makefile
00c0d4
00c0d4
diff --git a/elf/Makefile b/elf/Makefile
00c0d4
index 4d16ed1637db8582..73d347339762fc9e 100644
00c0d4
--- a/elf/Makefile
00c0d4
+++ b/elf/Makefile
00c0d4
@@ -855,7 +855,7 @@ extra-test-objs += $(addsuffix .os,$(strip $(modules-names)))
00c0d4
 
00c0d4
 # filtmod1.so has a special rule
00c0d4
 modules-names-nobuild := filtmod1 \
00c0d4
-			 tst-audit24bmod1 tst-audit24bmod2.so
00c0d4
+			 tst-audit24bmod1 tst-audit24bmod2
00c0d4
 
00c0d4
 tests += $(tests-static)
00c0d4