From ee2319a5804b9fd4d72749284a6bc3ccf9362b54 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 24 Sep 2001 18:19:47 +0000 Subject: 2001-09-22 Ralf Corsepius * 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. --- c/src/lib/libbsp/include/rtems/score/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/include') 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 -- cgit v1.2.3