From bc31326c7fd0e85052b7366098e6785725bb1310 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 16 Aug 2003 13:00:42 +0000 Subject: 2003-08-16 Ralf Corsepius Makefile.am: Reflect having moved automake. include/Makefile.am: Reflect having moved automake. --- c/src/lib/libbsp/bare/ChangeLog | 5 +++++ c/src/lib/libbsp/bare/Makefile.am | 4 ++-- c/src/lib/libbsp/bare/include/Makefile.am | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) (limited to 'c') diff --git a/c/src/lib/libbsp/bare/ChangeLog b/c/src/lib/libbsp/bare/ChangeLog index 907cc8a49e..616afea9ee 100644 --- a/c/src/lib/libbsp/bare/ChangeLog +++ b/c/src/lib/libbsp/bare/ChangeLog @@ -1,3 +1,8 @@ +2003-08-16 Ralf Corsepius + + Makefile.am: Reflect having moved automake. + include/Makefile.am: Reflect having moved automake. + 2003-08-11 Ralf Corsepius * configure.ac: Use rtems-bugs@rtems.com as bug report email address. diff --git a/c/src/lib/libbsp/bare/Makefile.am b/c/src/lib/libbsp/bare/Makefile.am index f4d5887d5c..88c21cb047 100644 --- a/c/src/lib/libbsp/bare/Makefile.am +++ b/c/src/lib/libbsp/bare/Makefile.am @@ -10,5 +10,5 @@ SUBDIRS = . include EXTRA_DIST = bsp_specs build-tools do-bare-bsp-build -include $(top_srcdir)/../../../../../automake/subdirs.am -include $(top_srcdir)/../../../../../automake/local.am +include $(top_srcdir)/../../../automake/subdirs.am +include $(top_srcdir)/../../../automake/local.am diff --git a/c/src/lib/libbsp/bare/include/Makefile.am b/c/src/lib/libbsp/bare/include/Makefile.am index 4d8673e914..88725917ef 100644 --- a/c/src/lib/libbsp/bare/include/Makefile.am +++ b/c/src/lib/libbsp/bare/include/Makefile.am @@ -20,4 +20,4 @@ TMPINSTALL_FILES = $(PROJECT_INCLUDE) \ all-local: $(TMPINSTALL_FILES) -include $(top_srcdir)/../../../../../automake/local.am +include $(top_srcdir)/../../../automake/local.am -- cgit v1.2.3