]> sourceware.org Git - glibc.git/commitdiff
Fix typo in elf/Makefile:postclean-generated
authorJoseph Myers <josmyers@redhat.com>
Thu, 5 Dec 2024 21:40:57 +0000 (21:40 +0000)
committerJoseph Myers <josmyers@redhat.com>
Thu, 5 Dec 2024 21:40:57 +0000 (21:40 +0000)
The postclean-generated setting in elf/Makefile lists
$(objpfx)/dso-sort-tests-2.generated-makefile twice and
$(objpfx)/dso-sort-tests-1.generated-makefile not at all, which looks
like a typo; fix it to list each once.

Tested for x86_64.

elf/Makefile

index 214c6a9f90194e9bde988f310735cc8d8ce6ce27..9172d7306e705bdbb515ba4d4a130315983fcbce 100644 (file)
@@ -1313,7 +1313,7 @@ $(objpfx)$(1).generated-makefile: $(1)
 endef
 endif
 
-postclean-generated += $(objpfx)/dso-sort-tests-2.generated-makefile \
+postclean-generated += $(objpfx)/dso-sort-tests-1.generated-makefile \
                       $(objpfx)/dso-sort-tests-2.generated-makefile
 
 # Generate from each testcase description file
This page took 0.042848 seconds and 5 git commands to generate.