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)