Cheeky include
This commit is contained in:
parent
bc090e47e9
commit
18da0369b1
4
debian/patches/makefile
vendored
4
debian/patches/makefile
vendored
|
@ -16,6 +16,6 @@
|
|||
clean :
|
||||
- rm *.d
|
||||
- rm linbpq $(OBJS)
|
||||
+ rm -f *.d
|
||||
+ rm -f linbpq $(OBJS)
|
||||
+ $(RM) *.d
|
||||
+ $(RM) linbpq $(OBJS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue