forked from Imagelibrary/rtems
Corrected/simplified setting of RTEMS_ROOT.
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -1583,8 +1583,8 @@ if [ "${program_prefix}" = "NONE" ] ; then
|
||||
fi
|
||||
fi
|
||||
|
||||
RTEMS_ROOT=`cd $srcdir; pwd`
|
||||
PROJECT_ROOT=`pwd;`
|
||||
RTEMS_ROOT=$srcdir
|
||||
PROJECT_ROOT=`pwd`
|
||||
|
||||
# If RTEMS macros are enabled, then use them. Otherwise, use inlines.
|
||||
if test "$RTEMS_USE_MACROS" = "yes"; then
|
||||
|
||||
Reference in New Issue
Block a user