Reverted change ...

This commit is contained in:
Joel Sherrill
1998-01-22 22:46:55 +00:00
parent fdff6bf20c
commit 4a7c0451ad
2 changed files with 4 additions and 4 deletions

4
configure vendored
View File

@@ -1583,8 +1583,8 @@ if [ "${program_prefix}" = "NONE" ] ; then
fi
fi
RTEMS_ROOT=$srcdir
PROJECT_ROOT=`pwd`
RTEMS_ROOT=`cd $srcdir; pwd`
PROJECT_ROOT=`pwd;`
# If RTEMS macros are enabled, then use them. Otherwise, use inlines.
if test "$RTEMS_USE_MACROS" = "yes"; then