From f067d6f3d72e0d4ddd5cbba364073a75726577bc Mon Sep 17 00:00:00 2001 From: Philippe SWARTVAGHER Date: Sat, 15 Mar 2025 22:56:48 +0100 Subject: [PATCH] Use hardening flags for Doc/ttman Forwarded: not-needed Last-Update: 2025-03-16 Last-Update: 2025-03-16 Gbp-Pq: Name 0002-fix-blhc.patch --- Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile b/Makefile index 720f043..7ea48ee 100644 --- 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 $< $@ # }}} -- 2.30.2