
# $Header: /nette/secude/src/pepsy/RCS/make,v 1.5 1994/12/21 08:32:08 schneiw Exp $

# $Log: make,v $
 
: Run this script through /bin/sh

if [ "$MAKE" = "" ]
then
	MAKE=`cat ../config/MAKE.save`
	cmd=`echo $MAKE | (read w1 w2;echo $w1)`
	if [ ! -x $cmd ]
	then
		echo "Can't find your system's make utility !!"
		echo "Set it's pathname in environment variable MAKE."
		exit 1
	fi
fi

exec $MAKE -f ../config/CONFIG.make -f pepsy.make -f ../config/Makefile ${1+"$@"}
