From 99c79c3dcc885b79ca0f0c48bd5afd06d712c530 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 3 Nov 2002 04:54:32 +0000 Subject: 2002-11-03 Ralf Corsepius * mongoosev/Makefile.am: TMPINSTALL_FILES -> PREINSTALL_FILES. --- c/src/lib/libcpu/mips/ChangeLog | 4 ++++ c/src/lib/libcpu/mips/mongoosev/Makefile.am | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'c/src/lib/libcpu') diff --git a/c/src/lib/libcpu/mips/ChangeLog b/c/src/lib/libcpu/mips/ChangeLog index e3f27bfb0b..082dc31448 100644 --- a/c/src/lib/libcpu/mips/ChangeLog +++ b/c/src/lib/libcpu/mips/ChangeLog @@ -1,3 +1,7 @@ +2002-11-03 Ralf Corsepius + + * mongoosev/Makefile.am: TMPINSTALL_FILES -> PREINSTALL_FILES. + 2002-11-02 Ralf Corsepius * mongoosev/Makefile.am: Merge-in mongoosev/include/Makefile.am. diff --git a/c/src/lib/libcpu/mips/mongoosev/Makefile.am b/c/src/lib/libcpu/mips/mongoosev/Makefile.am index 911dc51ee8..86b2cee2b7 100644 --- a/c/src/lib/libcpu/mips/mongoosev/Makefile.am +++ b/c/src/lib/libcpu/mips/mongoosev/Makefile.am @@ -15,10 +15,10 @@ $(PROJECT_INCLUDE)/libcpu: $(PROJECT_INCLUDE)/libcpu/%.h: include/%.h $(INSTALL_DATA) $< $@ -TMPINSTALL_FILES = $(PROJECT_INCLUDE)/libcpu \ +PREINSTALL_FILES = $(PROJECT_INCLUDE)/libcpu \ $(include_mips_HEADERS:include/%.h=$(PROJECT_INCLUDE)/libcpu/%.h) -all-local: $(TMPINSTALL_FILES) +all-local: $(PREINSTALL_FILES) include $(top_srcdir)/../../../../../automake/subdirs.am include $(top_srcdir)/../../../../../automake/local.am -- cgit v1.2.3