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