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