summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-10-01 07:15:47 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-10-01 07:15:47 +0000
commit91c7246f66854fd671bb6f4ebd3e945a36fa38b8 (patch)
tree0ecb3312acee0f2b089d453ecad7b549127372c7 /c
parent2003-10-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-91c7246f66854fd671bb6f4ebd3e945a36fa38b8.tar.bz2
2003-10-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Correct path to mvme16x_hw.h.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/ChangeLog4
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/Makefile.am4
2 files changed, 6 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/m68k/mvme162/ChangeLog b/c/src/lib/libbsp/m68k/mvme162/ChangeLog
index 0e591ab173..25952aa173 100644
--- a/c/src/lib/libbsp/m68k/mvme162/ChangeLog
+++ b/c/src/lib/libbsp/m68k/mvme162/ChangeLog
@@ -1,3 +1,7 @@
+2003-10-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Correct path to mvme16x_hw.h.
+
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in include/Makefile.am.
diff --git a/c/src/lib/libbsp/m68k/mvme162/Makefile.am b/c/src/lib/libbsp/m68k/mvme162/Makefile.am
index 00c9238592..9bc1bc6a85 100644
--- a/c/src/lib/libbsp/m68k/mvme162/Makefile.am
+++ b/c/src/lib/libbsp/m68k/mvme162/Makefile.am
@@ -22,7 +22,7 @@ include_HEADERS += include/coverhd.h
include_HEADERS += include/page_table.h
include_HEADERS += include/tod.h
-nodist_include_HEADERS += $(top_srcdir)/../shared/mvme/include/mvme16x_hw.h
+nodist_include_HEADERS += $(top_srcdir)/../shared/mvme/mvme16x_hw.h
all-local: $(PREINSTALL_FILES)
@@ -41,7 +41,7 @@ $(PROJECT_INCLUDE)/tod.h: include/tod.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/tod.h
$(PROJECT_INCLUDE)/mvme16x_hw.h: \
- $(top_srcdir)/../shared/mvme/include/mvme16x_hw.h
+ $(top_srcdir)/../shared/mvme/mvme16x_hw.h
$(INSTALL_DATA) $< $@
PREINSTALL_FILES += $(PROJECT_INCLUDE)/mvme16x_hw.h