summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-05-30 18:02:21 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-05-30 18:02:21 +0000
commit7905137ae8ea94a83770d6d7d951b70ab162b52d (patch)
tree7da2f832303900519abc771b47339d3dc66dbbc6 /c
parent2010-05-30 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-7905137ae8ea94a83770d6d7d951b70ab162b52d.tar.bz2
2010-05-30 Joel Sherrill <joel.sherrilL@OARcorp.com>
* Makefile.am: Fix typo in path.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libcpu/lm32/ChangeLog4
-rw-r--r--c/src/lib/libcpu/lm32/Makefile.am2
-rw-r--r--c/src/lib/libcpu/nios2/ChangeLog4
-rw-r--r--c/src/lib/libcpu/nios2/Makefile.am2
4 files changed, 10 insertions, 2 deletions
diff --git a/c/src/lib/libcpu/lm32/ChangeLog b/c/src/lib/libcpu/lm32/ChangeLog
index cb8cbf252f..74171cedcc 100644
--- a/c/src/lib/libcpu/lm32/ChangeLog
+++ b/c/src/lib/libcpu/lm32/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-30 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+ * Makefile.am: Fix typo in path.
+
2010-05-29 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1537/libcpu
diff --git a/c/src/lib/libcpu/lm32/Makefile.am b/c/src/lib/libcpu/lm32/Makefile.am
index 7c096c3885..8f1fa6baf5 100644
--- a/c/src/lib/libcpu/lm32/Makefile.am
+++ b/c/src/lib/libcpu/lm32/Makefile.am
@@ -16,7 +16,7 @@ include_libcpudir = $(includedir)/libcpu
## shared/cache
include_libcpu_HEADERS = ../shared/include/cache.h
noinst_PROGRAMS += shared/cache.rel
-shared_cache_rel_SOURCES = ../shared/cache/no_cache.c shared/cache/cache_.h \
+shared_cache_rel_SOURCES = ../shared/src/no_cache.c shared/cache/cache_.h \
../shared/src/cache_aligned_malloc.c \
../shared/src/cache_manager.c
shared_cache_rel_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/shared/cache
diff --git a/c/src/lib/libcpu/nios2/ChangeLog b/c/src/lib/libcpu/nios2/ChangeLog
index 8ed0dfa535..138ff27570 100644
--- a/c/src/lib/libcpu/nios2/ChangeLog
+++ b/c/src/lib/libcpu/nios2/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-30 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+ * Makefile.am: Fix typo in path.
+
2010-05-29 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1538/libcpu
diff --git a/c/src/lib/libcpu/nios2/Makefile.am b/c/src/lib/libcpu/nios2/Makefile.am
index 129376c138..636a1c240d 100644
--- a/c/src/lib/libcpu/nios2/Makefile.am
+++ b/c/src/lib/libcpu/nios2/Makefile.am
@@ -16,7 +16,7 @@ include_libcpudir = $(includedir)/libcpu
## shared/cache
include_libcpu_HEADERS = ../shared/include/cache.h
noinst_PROGRAMS += shared/cache.rel
-shared_cache_rel_SOURCES = ../shared/cache/no_cache.c shared/cache/cache_.h \
+shared_cache_rel_SOURCES = ../shared/src/no_cache.c shared/cache/cache_.h \
../shared/src/cache_aligned_malloc.c \
../shared/src/cache_manager.c
shared_cache_rel_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/shared/cache