From 6cb7dff699b0acd577160cb630516340ee605c7f Mon Sep 17 00:00:00 2001 From: Dave Hibberd Date: Tue, 26 Mar 2024 21:00:10 +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)