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.
This commit is contained in:
Joel Sherrill
2001-02-12 14:40:12 +00:00
parent 70cbff2e1c
commit b2febdfe9a
3 changed files with 6 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
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-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Remove rtems_cv_prog_cc_cross reference.

View File

@@ -5,7 +5,7 @@
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I ../../aclocal
rtems_makedir = $(prefix)/make
rtems_makedir = $(exec_prefix)/make
GENERIC_FILES = target.cfg

View File

@@ -4,11 +4,8 @@
# Target specific settings.
#
prefix = @prefix@
CFLAGS = @CFLAGS@
CPPFLAGS = @CPPFLAGS@
# DEFS = @DEFS@
LDFLAGS =
LIBS = @LIBS@