summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/c4x/c4xsim/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-05 15:41:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-05 15:41:13 +0000
commita059062a53d9e892bb6da230138e475a2fb2161b (patch)
treece0658b98eef81855bf458a99a750dab8dd16121 /c/src/lib/libbsp/c4x/c4xsim/include
parent2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-a059062a53d9e892bb6da230138e475a2fb2161b.tar.bz2
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am, console/Makefile.am, start/Makefile.am, startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include compile.am
Diffstat (limited to 'c/src/lib/libbsp/c4x/c4xsim/include')
-rw-r--r--c/src/lib/libbsp/c4x/c4xsim/include/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/c/src/lib/libbsp/c4x/c4xsim/include/Makefile.am b/c/src/lib/libbsp/c4x/c4xsim/include/Makefile.am
index 39708ee467..957c6552e6 100644
--- a/c/src/lib/libbsp/c4x/c4xsim/include/Makefile.am
+++ b/c/src/lib/libbsp/c4x/c4xsim/include/Makefile.am
@@ -1,10 +1,10 @@
-##
+##
## $Id$
-##
+##
AUTOMAKE_OPTIONS = foreign 1.4
-H_FILES = bsp.h simio.h
+H_FILES = bsp.h simio.h
$(PROJECT_INCLUDE):
$(mkinstalldirs) $@
@@ -16,7 +16,7 @@ $(PROJECT_INCLUDE)/coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
$(INSTALL_DATA) $< $@
PREINSTALL_FILES += $(PROJECT_INCLUDE) $(H_FILES:%.h=$(PROJECT_INCLUDE)/%.h) \
- $(PROJECT_INCLUDE)/coverhd.h
+ $(PROJECT_INCLUDE)/coverhd.h
all-local: $(PREINSTALL_FILES)