forked from Imagelibrary/rtems
2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add transform and bsptools_bindir hacks.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add transform and bsptools_bindir hacks.
|
||||
|
||||
2002-04-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_EXEEXT (obsolete).
|
||||
|
||||
@@ -6,7 +6,12 @@ ACLOCAL_AMFLAGS = -I ../../../../../../../aclocal
|
||||
|
||||
EXTRA_DIST = Spec.doc
|
||||
|
||||
noinst_PROGRAMS = bin2boot
|
||||
# HACK: autoconf wants to transform the name, but RTEMS *.cfgs are not able
|
||||
# to deal with it.
|
||||
# FIXME: The installation directory is arguable
|
||||
transform =
|
||||
bsptools_bindir = ${exec_prefix}/@RTEMS_BSP@/build-tools
|
||||
bsptools_bin_PROGRAMS = bin2boot
|
||||
|
||||
bin2boot_SOURCES = bin2boot.c
|
||||
|
||||
|
||||
Reference in New Issue
Block a user