From 46d31795ed06d0302627e1976b9fbe37dc55f982 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 27 Sep 2001 19:25:32 +0000 Subject: 2001-09-27 Ralf Corsepius * include/Makefile.am: Use 'PREINSTALL_FILES ='. * startup/Makefile.am: Use 'PREINSTALL_FILES ='. --- c/src/lib/libbsp/sh/gensh1/ChangeLog | 4 ++++ c/src/lib/libbsp/sh/gensh1/include/Makefile.am | 2 +- c/src/lib/libbsp/sh/gensh2/ChangeLog | 5 +++++ c/src/lib/libbsp/sh/gensh2/include/Makefile.am | 2 +- c/src/lib/libbsp/sh/gensh2/startup/Makefile.am | 2 +- 5 files changed, 12 insertions(+), 3 deletions(-) (limited to 'c/src/lib/libbsp') diff --git a/c/src/lib/libbsp/sh/gensh1/ChangeLog b/c/src/lib/libbsp/sh/gensh1/ChangeLog index 2002cbdc8e..aaded6f386 100644 --- a/c/src/lib/libbsp/sh/gensh1/ChangeLog +++ b/c/src/lib/libbsp/sh/gensh1/ChangeLog @@ -1,3 +1,7 @@ +2001-09-27 Ralf Corsepius + + * include/Makefile.am: Use 'PREINSTALL_FILES ='. + 2001-06-19 Ralf Corsepius * configure.in: Add bspopts.h. diff --git a/c/src/lib/libbsp/sh/gensh1/include/Makefile.am b/c/src/lib/libbsp/sh/gensh1/include/Makefile.am index 7349bb5e5f..d7c08ed898 100644 --- a/c/src/lib/libbsp/sh/gensh1/include/Makefile.am +++ b/c/src/lib/libbsp/sh/gensh1/include/Makefile.am @@ -12,7 +12,7 @@ $(PROJECT_INCLUDE): $(PROJECT_INCLUDE)/%.h: %.h $(INSTALL_DATA) $< $@ -PREINSTALL_FILES += $(PROJECT_INCLUDE) \ +PREINSTALL_FILES = $(PROJECT_INCLUDE) \ $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) all-local: $(PREINSTALL_FILES) diff --git a/c/src/lib/libbsp/sh/gensh2/ChangeLog b/c/src/lib/libbsp/sh/gensh2/ChangeLog index 994d5b8c41..865df5a82f 100644 --- a/c/src/lib/libbsp/sh/gensh2/ChangeLog +++ b/c/src/lib/libbsp/sh/gensh2/ChangeLog @@ -1,3 +1,8 @@ +2001-09-27 Ralf Corsepius + + * include/Makefile.am: Use 'PREINSTALL_FILES ='. + * startup/Makefile.am: Use 'PREINSTALL_FILES ='. + 2001-09-21 Ralf Corsepius * scitab/Makefile.am: Remove stray blank from SCITAB rule. diff --git a/c/src/lib/libbsp/sh/gensh2/include/Makefile.am b/c/src/lib/libbsp/sh/gensh2/include/Makefile.am index 38fb38b6e6..350b6c604f 100644 --- a/c/src/lib/libbsp/sh/gensh2/include/Makefile.am +++ b/c/src/lib/libbsp/sh/gensh2/include/Makefile.am @@ -9,7 +9,7 @@ include_HEADERS = bsp.h bspopts.h coverhd.h $(PROJECT_INCLUDE)/%.h: %.h $(INSTALL_DATA) $< $@ -PREINSTALL_FILES += $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) +PREINSTALL_FILES = $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) all-local: $(PREINSTALL_FILES) diff --git a/c/src/lib/libbsp/sh/gensh2/startup/Makefile.am b/c/src/lib/libbsp/sh/gensh2/startup/Makefile.am index 5510dc5059..08ac114533 100644 --- a/c/src/lib/libbsp/sh/gensh2/startup/Makefile.am +++ b/c/src/lib/libbsp/sh/gensh2/startup/Makefile.am @@ -30,7 +30,7 @@ $(PROJECT_RELEASE)/lib/linkcmds: linkcmds $(PGM): $(OBJS) $(make-rel) -PREINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds +PREINSTALL_FILES = $(PROJECT_RELEASE)/lib/linkcmds all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(PGM) -- cgit v1.2.3