summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-24 18:19:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-24 18:19:47 +0000
commitee2319a5804b9fd4d72749284a6bc3ccf9362b54 (patch)
treebbdeb3b9dbe6c0f4a031be6e4fa2005172d6ccaa /c/src/lib/libbsp
parent2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-ee2319a5804b9fd4d72749284a6bc3ccf9362b54.tar.bz2
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use SUBDIRS = instead of SUBDIRS += to make automake-1.5 happy. * include/rtems/score/Makefile.am: Use CLEANFILES = to make automake-1.5 happy. * bsp.am: Use PREINSTALL_FILES = to make automake-1.5 happy.
Diffstat (limited to 'c/src/lib/libbsp')
-rw-r--r--c/src/lib/libbsp/ChangeLog8
-rw-r--r--c/src/lib/libbsp/Makefile.am2
-rw-r--r--c/src/lib/libbsp/include/rtems/score/Makefile.am2
3 files changed, 10 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/ChangeLog b/c/src/lib/libbsp/ChangeLog
index dcb2f720d6..a68527cab2 100644
--- a/c/src/lib/libbsp/ChangeLog
+++ b/c/src/lib/libbsp/ChangeLog
@@ -1,3 +1,11 @@
+2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Use SUBDIRS = instead of SUBDIRS += to make
+ automake-1.5 happy.
+ * include/rtems/score/Makefile.am: Use CLEANFILES = to make
+ automake-1.5 happy.
+ * bsp.am: Use PREINSTALL_FILES = to make automake-1.5 happy.
+
2001-02-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bsp.am: Fix automake version number in comment.
diff --git a/c/src/lib/libbsp/Makefile.am b/c/src/lib/libbsp/Makefile.am
index 8baa3b8930..e501761611 100644
--- a/c/src/lib/libbsp/Makefile.am
+++ b/c/src/lib/libbsp/Makefile.am
@@ -11,7 +11,7 @@ ACLOCAL_AMFLAGS = -I ../../../../aclocal
# level as the CPUs. If we are building the bare BSP, then descend
# into that directory.
-SUBDIRS += include shared shmdr @RTEMS_LIBBSP_CPU_SUBDIR@
+SUBDIRS = include shared shmdr @RTEMS_LIBBSP_CPU_SUBDIR@
EXTRA_DIST = MERGE.PROCEDURE bsp.am
diff --git a/c/src/lib/libbsp/include/rtems/score/Makefile.am b/c/src/lib/libbsp/include/rtems/score/Makefile.am
index 26873dadbe..c4ff365f41 100644
--- a/c/src/lib/libbsp/include/rtems/score/Makefile.am
+++ b/c/src/lib/libbsp/include/rtems/score/Makefile.am
@@ -19,7 +19,7 @@ $(PROJECT_INCLUDE)/rtems/score:
$(PROJECT_INCLUDE)/rtems/score/%.h: %.h
$(INSTALL_DATA) $< $@
-CLEANFILES += $(TARGOPTS)
+CLEANFILES = $(TARGOPTS)
# Until RTEMS_CPU is removed from all the make configuration files,
# this will need to be here to transform hppa1.1 into hppa1_1 to