summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-10-23 11:57:59 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-10-23 11:57:59 +0000
commiteb3ca32d9acdee894ef61c7a1f6616bedc1bca2f (patch)
tree1d325cbf91824da0c87f96b38e412af5ee31f87c
parent2003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-eb3ca32d9acdee894ef61c7a1f6616bedc1bca2f.tar.bz2
2003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Fix stupid typo in previous patch.
-rw-r--r--c/src/lib/libbsp/sparc/erc32/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/sparc/erc32/Makefile.am b/c/src/lib/libbsp/sparc/erc32/Makefile.am
index 5fae13fc44..2fc44281c2 100644
--- a/c/src/lib/libbsp/sparc/erc32/Makefile.am
+++ b/c/src/lib/libbsp/sparc/erc32/Makefile.am
@@ -22,9 +22,9 @@ $(PROJECT_INCLUDE)/erc32.h: include/erc32.h
$(INSTALL_DATA) $< $@
PREINSTALL_FILES += $(PROJECT_INCLUDE)/erc32.h
-$(PROJECT_INCLUDE)/coverhd.h.h: include/coverhd.h.h
+$(PROJECT_INCLUDE)/coverhd.h: include/coverhd.h
$(INSTALL_DATA) $< $@
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h.h
+PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h
include $(top_srcdir)/../../../../automake/subdirs.am
include $(top_srcdir)/../../../../automake/local.am