Files
rtems/c/make/Makefile.am
Joel Sherrill b2febdfe9a 2001-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Switch from prefix to exec_prefix.
	* target.cfg.in: Remove prefix and commented out lines.
2001-02-12 14:40:12 +00:00

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