summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-07-15 15:10:51 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-07-15 15:10:51 +0000
commitae49cd6a3bbb5c26c60662c6005c45700df8827a (patch)
tree6c005dd97c277e4ad0127d4861e19f2d5797c0da /cpukit
parent2003-07-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-ae49cd6a3bbb5c26c60662c6005c45700df8827a.tar.bz2
2003-07-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Remove bogus $(MULTISUBDIR).
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/wrapup/Makefile.am4
2 files changed, 6 insertions, 2 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 7ba254336e..6b3b1f6b8f 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2003-07-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * wrapup/Makefile.am: Remove '/' after $(DESTDIR).
+
+2003-07-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* wrapup/Makefile.am: Remove bogus $(MULTISUBDIR).
2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
diff --git a/cpukit/wrapup/Makefile.am b/cpukit/wrapup/Makefile.am
index a401c5f7c3..9c51b7ffd0 100644
--- a/cpukit/wrapup/Makefile.am
+++ b/cpukit/wrapup/Makefile.am
@@ -79,7 +79,7 @@ TMPINSTALL_FILES += $(project_libdir)/librtemscpu$(LIB_VARIANT).a
all-am: $(ARCH) $(LIB) $(TMPINSTALL_FILES)
install-data-hook: $(LIB)
- @$(mkinstalldirs) $(DESTDIR)/$(libdir)
- $(INSTALL_DATA) $(LIB) $(DESTDIR)/$(libdir)
+ @$(mkinstalldirs) $(DESTDIR)$(libdir)
+ $(INSTALL_DATA) $(LIB) $(DESTDIR)$(libdir)
include $(top_srcdir)/automake/local.am