mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user