From c8938ce90fdc9a9138084a1c3ec5319b6925fe79 Mon Sep 17 00:00:00 2001 From: Dave Hibberd Date: Tue, 26 Mar 2024 20:59:54 +0000 Subject: [PATCH] Cheeky include --- debian/patches/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/patches/makefile b/debian/patches/makefile index d2888a9..f807762 100644 --- a/debian/patches/makefile +++ b/debian/patches/makefile @@ -16,6 +16,6 @@ clean : - rm *.d - rm linbpq $(OBJS) -+ rm -f *.d -+ rm -f linbpq $(OBJS) ++ $(RM) *.d ++ $(RM) linbpq $(OBJS)