summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-04 16:18:45 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-04 16:18:45 +0000
commitf2a9529351eaaf70fe65abfbdec731d152e281b6 (patch)
treeac44b5ad02a426f0768d33de5c3a6b9a4847d8af
parentReformat. (diff)
downloadrtems-f2a9529351eaaf70fe65abfbdec731d152e281b6.tar.bz2
2005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org>
* automake/compile.am: Remove depend: (Redundant).
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/automake/compile.am2
2 files changed, 4 insertions, 2 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index c9ee2fd56b..04a449927a 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * automake/compile.am: Remove depend: (Redundant).
+
+2005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org>
+
* rtems/include/rtems/rtems/sem.h, rtems/src/semcreate.c,
rtems/src/semdelete.c, rtems/src/semflush.c,
rtems/src/semident.c, rtems/src/semobtain.c,
diff --git a/cpukit/automake/compile.am b/cpukit/automake/compile.am
index 471726f403..0d0f579674 100644
--- a/cpukit/automake/compile.am
+++ b/cpukit/automake/compile.am
@@ -2,8 +2,6 @@
## $Id$
##
-depend:
-
AM_CPPFLAGS = -I$(top_builddir) -I$(PROJECT_INCLUDE)
AM_CFLAGS = $(RTEMS_CFLAGS)
AM_CCASFLAGS = -I$(top_builddir) -I$(PROJECT_INCLUDE) $(RTEMS_ASFLAGS)