From: Philippe SWARTVAGHER Date: Sat, 15 Mar 2025 21:56:48 +0000 (+0100) Subject: Use hardening flags for Doc/ttman X-Git-Tag: archive/raspbian/2.12.0-1+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f067d6f3d72e0d4ddd5cbba364073a75726577bc;p=cmus.git 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 --- 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 $< $@ # }}}