| 864 |
# they appear as regular source code |
# they appear as regular source code |
| 865 |
if test -r $ROOTDIR"/eesupp/src/Makefile" ; then |
if test -r $ROOTDIR"/eesupp/src/Makefile" ; then |
| 866 |
echo " Making source files in eesupp from templates" |
echo " Making source files in eesupp from templates" |
| 867 |
$MAKE -C $ROOTDIR"/eesupp/src/" > make_eesupp.errors 2>&1 |
( cd $ROOTDIR"/eesupp/src/" && $MAKE ) > make_eesupp.errors 2>&1 |
| 868 |
RETVAL=$? |
RETVAL=$? |
| 869 |
if test "x${RETVAL}" = x0 ; then |
if test "x${RETVAL}" = x0 ; then |
| 870 |
rm -f make_eesupp.errors |
rm -f make_eesupp.errors |