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:19:47 +00:00
parent 250afb6c6a
commit ee2319a580
3 changed files with 10 additions and 2 deletions

View File

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

View File

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

View File

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