branch: externals/window-commander commit 2e4ca2b354a41c98d24552c99841c42917fcba45 Author: Daniel Semyonov <cm...@dsemy.com> Commit: Daniel Semyonov <cm...@dsemy.com>
; Don't specify -r when issuing rm in the Makefile's clean target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1d80387bf4..79bfdaa7b7 100644 --- a/Makefile +++ b/Makefile @@ -29,4 +29,4 @@ $(PKG)-$(VERSION).tar: $(PKG).info dir *.el LICENSE package: $(PKG)-$(VERSION).tar clean: - rm -rf $(PKG).info dir $(PKG)-$(VERSION).tar + rm -f $(PKG).info dir $(PKG)-$(VERSION).tar