summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/mips/mongoosev
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libcpu/mips/mongoosev')
-rw-r--r--c/src/lib/libcpu/mips/mongoosev/duart/Makefile.am2
-rw-r--r--c/src/lib/libcpu/mips/mongoosev/include/Makefile.am2
2 files changed, 2 insertions, 2 deletions
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)