From 4a7c0451ad7de2d3e22999adf6d3a59437a3716b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 22 Jan 1998 22:46:55 +0000 Subject: Reverted change ... --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 509858f360..a64d5382f9 100644 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3