Use hardening flags for Doc/ttman
authorPhilippe SWARTVAGHER <phil.swart@gmx.fr>
Sat, 15 Mar 2025 21:56:48 +0000 (22:56 +0100)
committerPhilippe SWARTVAGHER <phil.swart@gmx.fr>
Sat, 15 Mar 2025 21:56:48 +0000 (22:56 +0100)
Forwarded: not-needed
Last-Update: 2025-03-16

Last-Update: 2025-03-16
Gbp-Pq: Name 0002-fix-blhc.patch

Makefile

index 720f043a95664b99b92694bde17ef7d3b25afe10..7ea48ee75b54858d0aa026e4f98cd4e83f4c68ed 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -255,12 +255,6 @@ $(man7): Doc/ttman
 %.7: %.txt
        $(call cmd,ttman)
 
-Doc/ttman.o: Doc/ttman.c
-       $(call cmd,hostcc,)
-
-Doc/ttman: Doc/ttman.o
-       $(call cmd,hostld,)
-
 quiet_cmd_ttman = MAN    $@
       cmd_ttman = Doc/ttman $< $@
 # }}}