Use paths based off of $HOME so easier to replicate for others

This commit is contained in:
Joel Sherrill 2012-03-08 11:21:14 -06:00
parent 3616a063a1
commit 2defe9d7e0

View File

@ -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