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