forked from Imagelibrary/rtems
2001-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use exec_prefix not prefix.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2001-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use exec_prefix not prefix.
|
||||
|
||||
2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.inc.in: Add exec_prefix, remove terminating / from
|
||||
|
||||
@@ -15,7 +15,7 @@ rtems_make_DATA = $(MAKE_FILES) $(GENERIC_FILES)
|
||||
|
||||
noinst_DATA = leaf.cfg
|
||||
|
||||
rtemsdir = $(prefix)
|
||||
rtemsdir = $(exec_prefix)
|
||||
rtems_bspdir = $(rtemsdir)/@RTEMS_BSP@
|
||||
rtems_bsp_DATA = Makefile.inc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user