Changeset 42f22f84 in rtems


Ignore:
Timestamp:
11/20/03 07:10:58 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
738a9ae
Parents:
2ea1779
Message:

2003-11-20 Ralf Corsepius <corsepiu@…>

  • src/config.h: Remove.
  • src/Makefile.am: AM_CPPFLAGS += -I$(top_builddir).
Location:
cpukit/libcsupport
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libcsupport/ChangeLog

    r2ea1779 r42f22f84  
     12003-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * src/config.h: Remove.
     4        * src/Makefile.am: AM_CPPFLAGS += -I$(top_builddir).
     5
    162003-10-22      Joel Sherrill <joel@OARcorp.com>
    27
  • cpukit/libcsupport/Makefile.am

    r2ea1779 r42f22f84  
    9797LIB = ${ARCH}/libcsupport.a
    9898
    99 AM_CPPFLAGS += -I$(srcdir)/src
     99AM_CPPFLAGS += -I$(top_builddir)
    100100
    101101ERROR_C_FILES = src/error.c
Note: See TracChangeset for help on using the changeset viewer.