diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index f49611260c..9f742b20f8 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,5 +1,8 @@ -2002-12-14 Ralf Corsepius +2002-12-19 Ralf Corsepius + * automake/compile.am: Remove $(RTEMS_BSP_CFLAGS). + +2002-12-14 Ralf Corsepius * wrapup/Makefile.am: Fix path to libxdr and librpc (Another typo in from the 2002-12-12 patch). diff --git a/cpukit/automake/compile.am b/cpukit/automake/compile.am index 4a75984334..687262326d 100644 --- a/cpukit/automake/compile.am +++ b/cpukit/automake/compile.am @@ -168,4 +168,4 @@ CPP = @CPP@ $(GCCSPECS) ## AM_CPPFLAGS = $(RTEMS_CPPFLAGS) AM_CFLAGS = -AM_CCASFLAGS = $(RTEMS_BSP_CFLAGS) $(RTEMS_CPPFLAGS) $(RTEMS_ASFLAGS) +AM_CCASFLAGS = $(RTEMS_CPPFLAGS) $(RTEMS_ASFLAGS)