summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-11-03 04:54:32 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-11-03 04:54:32 +0000
commit99c79c3dcc885b79ca0f0c48bd5afd06d712c530 (patch)
tree508d769b874a9b15564130d9be26ccc994aa7e6d
parent2002-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-99c79c3dcc885b79ca0f0c48bd5afd06d712c530.tar.bz2
2002-11-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mongoosev/Makefile.am: TMPINSTALL_FILES -> PREINSTALL_FILES.
-rw-r--r--c/src/lib/libcpu/mips/ChangeLog4
-rw-r--r--c/src/lib/libcpu/mips/mongoosev/Makefile.am4
2 files changed, 6 insertions, 2 deletions
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 <corsepiu@faw.uni-ulm.de>
+
+ * mongoosev/Makefile.am: TMPINSTALL_FILES -> PREINSTALL_FILES.
+
2002-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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