diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index c9ee2fd56b..04a449927a 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2005-02-04 Ralf Corsepius + + * automake/compile.am: Remove depend: (Redundant). + 2005-02-04 Ralf Corsepius * rtems/include/rtems/rtems/sem.h, rtems/src/semcreate.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)