diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 8409971..63e94dc 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ all: clean .manpages $(PACKAGE).tar.gz echo 'fix up html manually...' echo 'patch -p0 <manpagehtml.diff && exit' sh - find . -name '*.orig' |xargs rm + find . -name '*.orig' -exec rm -f {} \; touch .manpages $(PACKAGE).tar.gz: |