summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/bsp.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-24 18:25:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-24 18:25:46 +0000
commitfe75713a905993a9b0193440e515d4cfdc839331 (patch)
tree7b43ddf291692222771b3a5402124ca0ba062791 /c/src/lib/libbsp/bsp.am
parent2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-fe75713a905993a9b0193440e515d4cfdc839331.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/bsp.am')
-rw-r--r--c/src/lib/libbsp/bsp.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/bsp.am b/c/src/lib/libbsp/bsp.am
index 1d4138fecd..2c8e9e2f02 100644
--- a/c/src/lib/libbsp/bsp.am
+++ b/c/src/lib/libbsp/bsp.am
@@ -10,4 +10,4 @@ $(PROJECT_ROOT)/@RTEMS_BSP@/lib/bsp_specs: bsp_specs
## FIXME: Do not split this line into several lines
## A bug in automake-1.4 will generate incorrect results otherwise
-PREINSTALL_FILES += $(PROJECT_ROOT)/@RTEMS_BSP@/lib $(PROJECT_ROOT)/@RTEMS_BSP@/lib/bsp_specs
+PREINSTALL_FILES = $(PROJECT_ROOT)/@RTEMS_BSP@/lib $(PROJECT_ROOT)/@RTEMS_BSP@/lib/bsp_specs