summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-03 06:36:19 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-03 06:36:19 +0000
commit5573dc0b518caf8eb0f4caac2e4b7aba23781da3 (patch)
tree43feb5cf9565a03da4992b6792f5dd33724a0736 /c
parent2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-5573dc0b518caf8eb0f4caac2e4b7aba23781da3.tar.bz2
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove C_FILES (Unused).
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/c4x/shared/ChangeLog4
-rw-r--r--c/src/lib/libbsp/c4x/shared/Makefile.am3
2 files changed, 4 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/c4x/shared/ChangeLog b/c/src/lib/libbsp/c4x/shared/ChangeLog
index e3d0541a7f..723f03e0f4 100644
--- a/c/src/lib/libbsp/c4x/shared/ChangeLog
+++ b/c/src/lib/libbsp/c4x/shared/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Remove C_FILES (Unused).
+
2003-09-04 Joel Sherrill <joel@OARcorp.com>
* bspspuriousinit.c, c3xspurious.c, c4xspurious.c: URL for license
diff --git a/c/src/lib/libbsp/c4x/shared/Makefile.am b/c/src/lib/libbsp/c4x/shared/Makefile.am
index 830f9da1e6..a1ee35c496 100644
--- a/c/src/lib/libbsp/c4x/shared/Makefile.am
+++ b/c/src/lib/libbsp/c4x/shared/Makefile.am
@@ -2,9 +2,6 @@
## $Id$
##
-
-C_FILES = bspspuriousinit.c c3xspurious.c c4xspurious.c
-
EXTRA_DIST = bspspuriousinit.c c3xspurious.c c4xspurious.c
include $(top_srcdir)/../../../automake/local.am