Small fixes to improve portability.
This commit is contained in:
parent
9de7470bfd
commit
3cbe67a8de
2 changed files with 5 additions and 2 deletions
|
@ -17,7 +17,7 @@ ChangeLog:
|
|||
cvs2cl -U cvsusers --fsf
|
||||
|
||||
cvs-clean: maintainer-clean
|
||||
for f in $(CVS_CREATED) `find -name Makefile.in` tinc-$(VERSION).tar.gz; do\
|
||||
for f in $(CVS_CREATED) `find . -name Makefile.in` tinc-$(VERSION).tar.gz; do\
|
||||
rm -Rf "$$f"; \
|
||||
done
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue