From e943fafe1c08eec247804f6332a74ce917ecb747 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 9 Feb 2004 13:03:28 +0000 Subject: 2004-02-09 Ralf Corsepius * Makefile.am: Add $(TMPINSTALL_FILES) to all-local. --- c/src/lib/libbsp/powerpc/psim/ChangeLog | 4 ++++ c/src/lib/libbsp/powerpc/psim/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/c/src/lib/libbsp/powerpc/psim/ChangeLog b/c/src/lib/libbsp/powerpc/psim/ChangeLog index d99a4e66ba..96b68b9292 100644 --- a/c/src/lib/libbsp/powerpc/psim/ChangeLog +++ b/c/src/lib/libbsp/powerpc/psim/ChangeLog @@ -1,3 +1,7 @@ +2004-02-09 Ralf Corsepius + + * Makefile.am: Add $(TMPINSTALL_FILES) to all-local. + 2004-02-06 Ralf Corsepius * wrapup/Makefile.am: Convert to automake-building rules. diff --git a/c/src/lib/libbsp/powerpc/psim/Makefile.am b/c/src/lib/libbsp/powerpc/psim/Makefile.am index 5972640a9e..e6383135ea 100644 --- a/c/src/lib/libbsp/powerpc/psim/Makefile.am +++ b/c/src/lib/libbsp/powerpc/psim/Makefile.am @@ -119,7 +119,7 @@ shmsupp_g_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) noinst_DATA += shmsupp$(LIB_VARIANT).rel endif -all-local: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES) PREINSTALL_DIRS = TMPINSTALL_FILES = -- cgit v1.2.3