summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-01-22 22:46:55 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-01-22 22:46:55 +0000
commit4a7c0451ad7de2d3e22999adf6d3a59437a3716b (patch)
tree2044e7b6fb79636be04cb93d9340708b59484686 /configure
parentAdded some GRUB information from Phil Wilshire. (diff)
downloadrtems-4a7c0451ad7de2d3e22999adf6d3a59437a3716b.tar.bz2
Reverted change ...
Diffstat (limited to 'configure')
-rw-r--r--configure4
1 files changed, 2 insertions, 2 deletions
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