Changeset 4ca9353 in rtems


Ignore:
Timestamp:
07/22/02 13:39:14 (22 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
239cf33
Parents:
eb5100b
Message:

2002-07-22 Ralf Corsepius <corsepiu@…>

  • src/Makefile.am: Use .$(OBJEXT) instead of .o.
Location:
cpukit
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • cpukit/itron/ChangeLog

    reb5100b r4ca9353  
     12002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * src/Makefile.am: Use .$(OBJEXT) instead of .o.
     4
    152002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/itron/src/Makefile.am

    reb5100b r4ca9353  
    4242    $(VARIABLE_MEMORY_POOL_C_FILES) $(FIXED_MEMORY_POOL_C_FILES) \
    4343    $(TIME_C_FILES)
    44 C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
     44C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
    4545
    4646OBJS = $(C_O_FILES)
  • cpukit/libblock/ChangeLog

    reb5100b r4ca9353  
     12002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * src/Makefile.am: Use .$(OBJEXT) instead of .o.
     4
    152002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/libblock/src/Makefile.am

    reb5100b r4ca9353  
    77C_FILES = bdbuf.c blkdev.c diskdevs.c ramdisk.c
    88
    9 C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
     9C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
    1010
    1111SRCS = $(C_FILES)
  • cpukit/posix/ChangeLog

    reb5100b r4ca9353  
     12002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * src/Makefile.am: Use .$(OBJEXT) instead of .o.
     4
    152002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/posix/src/Makefile.am

    reb5100b r4ca9353  
    8282    $(SEMAPHORE_C_FILES) sysconf.c $(TIME_C_FILES) $(TIMER_C_FILES) types.c \
    8383    $(ENOSYS_C_FILES) $(BUILD_FOR_NOW_C_FILES)
    84 C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
     84C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
    8585
    8686OBJS = $(C_O_FILES)
  • cpukit/sapi/ChangeLog

    reb5100b r4ca9353  
     12002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * src/Makefile.am: Use .$(OBJEXT) instead of .o.
     4
    152002-07-04      Joel Sherrill <joel@OARcorp.com>
    26
  • cpukit/sapi/src/Makefile.am

    reb5100b r4ca9353  
    88C_FILES = debug.c $(EXTENSION_FILES)  fatal.c exinit.c io.c \
    99    itronapi.c posixapi.c rtemsapi.c
    10 C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
     10C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
    1111
    1212OBJS = $(C_O_FILES)
Note: See TracChangeset for help on using the changeset viewer.