Small fixes to improve portability.

This commit is contained in:
Guus Sliepen 2002-03-10 15:40:27 +00:00
parent 9de7470bfd
commit 3cbe67a8de
2 changed files with 5 additions and 2 deletions

View file

@ -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