summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/genmongoosev/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-10-23 11:34:10 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-10-23 11:34:10 +0000
commit355523560684a0a8fb61fcddc026a9a458617223 (patch)
treee556b4217bffef461013e3f630b03341fb66944d /c/src/lib/libbsp/mips/genmongoosev/Makefile.am
parent2003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-355523560684a0a8fb61fcddc026a9a458617223.tar.bz2
2003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Fix preinstallation of include/coverhd.h.
Diffstat (limited to 'c/src/lib/libbsp/mips/genmongoosev/Makefile.am')
-rw-r--r--c/src/lib/libbsp/mips/genmongoosev/Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/c/src/lib/libbsp/mips/genmongoosev/Makefile.am b/c/src/lib/libbsp/mips/genmongoosev/Makefile.am
index e5f7f9c8c3..8266588bbe 100644
--- a/c/src/lib/libbsp/mips/genmongoosev/Makefile.am
+++ b/c/src/lib/libbsp/mips/genmongoosev/Makefile.am
@@ -10,17 +10,12 @@ SUBDIRS = . start startup clock console timer wrapup
include $(top_srcdir)/../../bsp.am
-include_HEADERS += include/coverhd.h
nodist_include_HEADERS += $(top_srcdir)/../../shared/include/coverhd.h
all-local: $(PREINSTALL_FILES)
EXTRA_DIST = times
-$(PROJECT_INCLUDE)/coverhd.h: include/coverhd.h
- $(INSTALL_DATA) $< $@
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h
-
$(PROJECT_INCLUDE)/coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
$(INSTALL_DATA) $< $@
PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h