forked from Imagelibrary/rtems
* Makefile.am: Switch from prefix to exec_prefix. * target.cfg.in: Remove prefix and commented out lines.
17 lines
256 B
Makefile
17 lines
256 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
AUTOMAKE_OPTIONS = foreign 1.4
|
|
ACLOCAL_AMFLAGS = -I ../../aclocal
|
|
|
|
rtems_makedir = $(exec_prefix)/make
|
|
|
|
GENERIC_FILES = target.cfg
|
|
|
|
rtems_make_DATA = $(GENERIC_FILES)
|
|
|
|
EXTRA_DIST = target.cfg.in
|
|
|
|
include $(top_srcdir)/../../automake/host.am
|