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.
This commit is contained in:
Joel Sherrill
2001-09-24 18:25:46 +00:00
parent 8437994ab8
commit fe75713a90

View File

@@ -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