From 2defe9d7e01b40e3293ae1eb71a207a707c8653e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 8 Mar 2012 11:21:14 -0600 Subject: Use paths based off of $HOME so easier to replicate for others --- config.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.inc') diff --git a/config.inc b/config.inc index c36541a5..7e975d5c 100644 --- a/config.inc +++ b/config.inc @@ -1,3 +1,3 @@ -RTEMS_MAKEFILE_PATH = /home/joel/newbsd/bsp-install/powerpc-rtems4.11/psim/ -INSTALL_BASE = /home/joel/newbsd/libbsd-8.2/install +RTEMS_MAKEFILE_PATH = ${HOME}/newbsd/bsp-install/powerpc-rtems4.11/psim/ +INSTALL_BASE = ${HOME}/newbsd/install -- cgit v1.2.3