summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-07-01 17:16:38 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-07-01 17:16:38 +0000
commitfa348b7dcae093bfc7ed4eb745c190e5563c2e8a (patch)
treefe071c8923c446b1878062c27c99719e54843a1f
parent2002-07-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-fa348b7dcae093bfc7ed4eb745c190e5563c2e8a.tar.bz2
2002-07-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Install by using cpulibdir, cpulib_DATA.
-rw-r--r--c/src/exec/ChangeLog4
-rw-r--r--c/src/exec/wrapup/Makefile.am5
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/wrapup/Makefile.am5
4 files changed, 12 insertions, 6 deletions
diff --git a/c/src/exec/ChangeLog b/c/src/exec/ChangeLog
index fd79f2b4de..c1f2fbb546 100644
--- a/c/src/exec/ChangeLog
+++ b/c/src/exec/ChangeLog
@@ -1,5 +1,9 @@
2002-07-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * wrapup/Makefile.am: Install by using cpulibdir, cpulib_DATA.
+
+2002-07-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* aclocal/check-bsp-cache.m4: Remove RTEMS_BSP_FAMILY.
2002-07-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
diff --git a/c/src/exec/wrapup/Makefile.am b/c/src/exec/wrapup/Makefile.am
index 73cf4a02ac..1583d3133d 100644
--- a/c/src/exec/wrapup/Makefile.am
+++ b/c/src/exec/wrapup/Makefile.am
@@ -79,9 +79,8 @@ TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/$(LIBNAME)$(LIB_VARIANT
#$(PROJECT_RELEASE)/lib$(MULTISUBDIR)/$(LIBNAME)$(LIB_VARIANT).a: $(LIB)
# $(INSTALL_DATA) $< $@
-install-hook: $(LIB)
- @$(mkinstalldirs) $(libdir)
- $(INSTALL_DATA) $(LIB) $(libdir)
+cpulibdir = $(libdir)
+cpulib_DATA = $(LIB)
all-local: ${ARCH} $(TMPINSTALL_FILES)
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index fd79f2b4de..c1f2fbb546 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2002-07-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * wrapup/Makefile.am: Install by using cpulibdir, cpulib_DATA.
+
+2002-07-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* aclocal/check-bsp-cache.m4: Remove RTEMS_BSP_FAMILY.
2002-07-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
diff --git a/cpukit/wrapup/Makefile.am b/cpukit/wrapup/Makefile.am
index 73cf4a02ac..1583d3133d 100644
--- a/cpukit/wrapup/Makefile.am
+++ b/cpukit/wrapup/Makefile.am
@@ -79,9 +79,8 @@ TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/$(LIBNAME)$(LIB_VARIANT
#$(PROJECT_RELEASE)/lib$(MULTISUBDIR)/$(LIBNAME)$(LIB_VARIANT).a: $(LIB)
# $(INSTALL_DATA) $< $@
-install-hook: $(LIB)
- @$(mkinstalldirs) $(libdir)
- $(INSTALL_DATA) $(LIB) $(libdir)
+cpulibdir = $(libdir)
+cpulib_DATA = $(LIB)
all-local: ${ARCH} $(TMPINSTALL_FILES)