summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/serial/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-28 13:35:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-28 13:35:05 +0000
commite4145663ebe05900b29845bd022d329af8c445a3 (patch)
treedd912af8c44a7dbeb477fdc4c8f65989121809c3 /c/src/libchip/serial/Makefile.am
parent2001-09-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-e4145663ebe05900b29845bd022d329af8c445a3.tar.bz2
2001-09-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtc/Makefile.am: Use 'PREINSTALL_FILES ='. * network/Makefile.am: Use 'PREINSTALL_FILES ='. * serial/Makefile.am: Use 'PREINSTALL_FILES ='.
Diffstat (limited to '')
-rw-r--r--c/src/libchip/serial/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/libchip/serial/Makefile.am b/c/src/libchip/serial/Makefile.am
index 5601c99463..3bad5ade61 100644
--- a/c/src/libchip/serial/Makefile.am
+++ b/c/src/libchip/serial/Makefile.am
@@ -23,7 +23,7 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/libchip \
+PREINSTALL_FILES = $(PROJECT_INCLUDE)/libchip \
$(include_libchip_HEADERS:%=$(PROJECT_INCLUDE)/libchip/%)
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a