Changeset 07750ff in rtems


Ignore:
Timestamp:
01/28/05 03:06:51 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
092f142a
Parents:
9d83387b
Message:

2005-01-28 Ralf Corsepius <ralf.corsepius@…>

  • automake/compile.am: Remove RTEMS_CPPFLAGS.
Location:
cpukit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/ChangeLog

    r9d83387b r07750ff  
     12005-01-28      Ralf Corsepius <ralf.corsepius@rtems.org>
     2
     3        * automake/compile.am: Remove RTEMS_CPPFLAGS.
     4
    152005-01-28      Ralf Corsepius <ralf.corsepius@rtems.org>
    26
  • cpukit/automake/compile.am

    r9d83387b r07750ff  
    55depend:
    66
    7 AM_CPPFLAGS = $(RTEMS_CPPFLAGS)
     7AM_CPPFLAGS = -I$(top_builddir) -I$(PROJECT_INCLUDE)
    88AM_CFLAGS = $(RTEMS_CFLAGS)
    9 AM_CCASFLAGS = $(RTEMS_CPPFLAGS) $(RTEMS_ASFLAGS)
     9AM_CCASFLAGS = -I$(top_builddir) -I$(PROJECT_INCLUDE) $(RTEMS_ASFLAGS)
Note: See TracChangeset for help on using the changeset viewer.