summaryrefslogtreecommitdiffstats
path: root/c/make
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-02-12 14:40:12 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-02-12 14:40:12 +0000
commitb2febdfe9a226e3cf8eec5b47a0974c0f9845675 (patch)
tree84e26a9c83641dd1cc9b48cfb80a5a4bb5c084a8 /c/make
parent2001-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-b2febdfe9a226e3cf8eec5b47a0974c0f9845675.tar.bz2
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.
Diffstat (limited to 'c/make')
-rw-r--r--c/make/ChangeLog5
-rw-r--r--c/make/Makefile.am2
-rw-r--r--c/make/target.cfg.in3
3 files changed, 6 insertions, 4 deletions
diff --git a/c/make/ChangeLog b/c/make/ChangeLog
index 995da2e6fc..0d5aa691c6 100644
--- a/c/make/ChangeLog
+++ b/c/make/ChangeLog
@@ -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.
diff --git a/c/make/Makefile.am b/c/make/Makefile.am
index 7724c26912..6711d19820 100644
--- a/c/make/Makefile.am
+++ b/c/make/Makefile.am
@@ -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
diff --git a/c/make/target.cfg.in b/c/make/target.cfg.in
index c40840e4db..803ea1786b 100644
--- a/c/make/target.cfg.in
+++ b/c/make/target.cfg.in
@@ -4,11 +4,8 @@
# Target specific settings.
#
-prefix = @prefix@
-
CFLAGS = @CFLAGS@
CPPFLAGS = @CPPFLAGS@
-# DEFS = @DEFS@
LDFLAGS =
LIBS = @LIBS@