From 5d9a3f1ffaa22a1f2d07a2aac18237a0dbce6959 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 27 Sep 2001 19:28:36 +0000 Subject: 2001-09-27 Ralf Corsepius * include/Makefile.am: Use 'CLEANFILES ='. * include/Makefile.am: Use 'PREINSTALL_FILES ='. --- c/src/lib/libbsp/c4x/c4xsim/ChangeLog | 5 +++++ c/src/lib/libbsp/c4x/c4xsim/include/Makefile.am | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'c/src/lib/libbsp/c4x/c4xsim') diff --git a/c/src/lib/libbsp/c4x/c4xsim/ChangeLog b/c/src/lib/libbsp/c4x/c4xsim/ChangeLog index 6b9242156b..758a2a0d93 100644 --- a/c/src/lib/libbsp/c4x/c4xsim/ChangeLog +++ b/c/src/lib/libbsp/c4x/c4xsim/ChangeLog @@ -1,3 +1,8 @@ +2001-09-27 Ralf Corsepius + + * include/Makefile.am: Use 'CLEANFILES ='. + * include/Makefile.am: Use 'PREINSTALL_FILES ='. + 2001-05-26 Ralf Corsepius * configure.in: Add bspopts.h, fix PACKAGE. diff --git a/c/src/lib/libbsp/c4x/c4xsim/include/Makefile.am b/c/src/lib/libbsp/c4x/c4xsim/include/Makefile.am index 9301119692..cf557ae4bb 100644 --- a/c/src/lib/libbsp/c4x/c4xsim/include/Makefile.am +++ b/c/src/lib/libbsp/c4x/c4xsim/include/Makefile.am @@ -14,9 +14,9 @@ $(PROJECT_INCLUDE)/%.h: %.h coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h cp $< $@ -CLEANFILES += coverhd.h +CLEANFILES = coverhd.h -PREINSTALL_FILES += $(PROJECT_INCLUDE) \ +PREINSTALL_FILES = $(PROJECT_INCLUDE) \ $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) all-local: $(PREINSTALL_FILES) -- cgit v1.2.3