summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libcpu')
-rw-r--r--c/src/lib/libcpu/mips/ChangeLog8
-rw-r--r--c/src/lib/libcpu/mips/mongoosev/duart/Makefile.am2
-rw-r--r--c/src/lib/libcpu/mips/mongoosev/include/Makefile.am2
-rw-r--r--c/src/lib/libcpu/mips/shared/cache/Makefile.am4
-rw-r--r--c/src/lib/libcpu/mips/tx39/include/Makefile.am2
5 files changed, 13 insertions, 5 deletions
diff --git a/c/src/lib/libcpu/mips/ChangeLog b/c/src/lib/libcpu/mips/ChangeLog
index 7d615eb071..2121bb14f7 100644
--- a/c/src/lib/libcpu/mips/ChangeLog
+++ b/c/src/lib/libcpu/mips/ChangeLog
@@ -1,3 +1,11 @@
+2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * tx39/include/Makefile.am: Use 'TMPINSTALL_FILES ='.
+ * mongoosev/include/Makefile.am: Use 'TMPINSTALL_FILES ='.
+ * mongoosev/duart/Makefile.am: Use 'PREINSTALL_FILES ='.
+ * shared/cache/Makefile.am: Use 'PREINSTALL_FILES ='.
+ * shared/cache/Makefile.am: Use 'CLEANFILES ='.
+
2000-05-24 Joel Sherrill <joel@OARcorp.com>
* mongoosev/include/mongoose-v.h, mongoosev/vectorisrs/vectorisrs.c,
diff --git a/c/src/lib/libcpu/mips/mongoosev/duart/Makefile.am b/c/src/lib/libcpu/mips/mongoosev/duart/Makefile.am
index 391a668ddc..554cd9ee2d 100644
--- a/c/src/lib/libcpu/mips/mongoosev/duart/Makefile.am
+++ b/c/src/lib/libcpu/mips/mongoosev/duart/Makefile.am
@@ -28,7 +28,7 @@ $(PGM): $(mg5uart_rel_OBJECTS)
## include_libchip_HEADERS = mg5uart.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/libchip \
+PREINSTALL_FILES = $(PROJECT_INCLUDE)/libchip \
$(PROJECT_INCLUDE)/libchip/mg5uart.h
## $(include_libchip_HEADERS:%=$(PROJECT_INCLUDE)/libchip/%)
diff --git a/c/src/lib/libcpu/mips/mongoosev/include/Makefile.am b/c/src/lib/libcpu/mips/mongoosev/include/Makefile.am
index f87c7bec16..ba2f6febbd 100644
--- a/c/src/lib/libcpu/mips/mongoosev/include/Makefile.am
+++ b/c/src/lib/libcpu/mips/mongoosev/include/Makefile.am
@@ -12,7 +12,7 @@ $(PROJECT_INCLUDE)/libcpu:
$(PROJECT_INCLUDE)/libcpu/%.h: %.h
$(INSTALL_DATA) $< $@
-TMPINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu \
+TMPINSTALL_FILES = $(PROJECT_INCLUDE)/libcpu \
$(H_FILES:%.h=$(PROJECT_INCLUDE)/libcpu/%.h)
all-local: $(TMPINSTALL_FILES)
diff --git a/c/src/lib/libcpu/mips/shared/cache/Makefile.am b/c/src/lib/libcpu/mips/shared/cache/Makefile.am
index 3c0c1b18b8..673a0ec4c7 100644
--- a/c/src/lib/libcpu/mips/shared/cache/Makefile.am
+++ b/c/src/lib/libcpu/mips/shared/cache/Makefile.am
@@ -31,12 +31,12 @@ $(PROJECT_INCLUDE)/libcpu/%.h: %.h
cache.h: $(top_srcdir)/../shared/include/cache.h
cp $< $@
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu \
+PREINSTALL_FILES = $(PROJECT_INCLUDE)/libcpu \
$(include_libcpu_HEADERS:%=$(PROJECT_INCLUDE)/libcpu/%)
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS)
-CLEANFILES += cache.h
+CLEANFILES = cache.h
EXTRA_DIST = cache.c cache_.h
diff --git a/c/src/lib/libcpu/mips/tx39/include/Makefile.am b/c/src/lib/libcpu/mips/tx39/include/Makefile.am
index 0227c09f73..4c487ae950 100644
--- a/c/src/lib/libcpu/mips/tx39/include/Makefile.am
+++ b/c/src/lib/libcpu/mips/tx39/include/Makefile.am
@@ -14,7 +14,7 @@ $(PROJECT_INCLUDE)/libcpu:
$(PROJECT_INCLUDE)/libcpu/%.h: %.h
$(INSTALL_DATA) $< $@
-TMPINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu \
+TMPINSTALL_FILES = $(PROJECT_INCLUDE)/libcpu \
$(include_libcpu_HEADERS:%=$(PROJECT_INCLUDE)/libcpu/%)
all-local: $(TMPINSTALL_FILES)