diff mbox series

Testing pre-commit CI for Makefile linting.

Message ID 20241011144627.3221464-1-carlos@redhat.com
State New
Headers show
Series Testing pre-commit CI for Makefile linting. | expand

Commit Message

Carlos O'Donell Oct. 11, 2024, 2:46 p.m. UTC
---
 manual/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/manual/Makefile b/manual/Makefile
index 6a4cfbeb76..049e516020 100644
--- a/manual/Makefile
+++ b/manual/Makefile
@@ -71,8 +71,8 @@  chapters.% top-menu.%: libc-texinfo.sh $(texis-path) Makefile
 
 # Verify validity of texinfo sources against project rules.
 tests-special += \
-  $(objpfx)check-deftype.out \
   $(objpfx)check-safety.out \
+  $(objpfx)check-deftype.out \
   # tests-special
 
 $(objpfx)libc.dvi $(objpfx)libc.pdf $(objpfx)libc.info: \