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 cvs2cl -U cvsusers --fsf
cvs-clean: maintainer-clean 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"; \ rm -Rf "$$f"; \
done done

View file

@ -4,7 +4,10 @@
DIE=0 DIE=0
alias make=${MAKE:-`which gmake || which make`} if ${MAKE:-gmake} -q -C . autogen.sh 2> /dev/null
then
alias make=${MAKE:-gmake}
fi
srcdir="`/bin/pwd`" srcdir="`/bin/pwd`"