Changeset eb5100b in rtems


Ignore:
Timestamp:
07/22/02 13:39:11 (22 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
4ca9353
Parents:
178592c
Message:

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

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

Legend:

Unmodified
Added
Removed
  • cpukit/libcsupport/ChangeLog

    r178592c reb5100b  
     1
     22002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     3
     4        * Makefile.am: Use .$(OBJEXT) instead of .o.
    15
    262002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
  • cpukit/libcsupport/Makefile.am

    r178592c reb5100b  
    140140endif
    141141
    142 C_O_FILES = $(C_FILES:src/%.c=${ARCH}/%.o)
     142C_O_FILES = $(C_FILES:src/%.c=${ARCH}/%.$(OBJEXT))
    143143OBJS = $(C_O_FILES)
    144144
     
    151151all-local: ${ARCH} ${LIB}
    152152
    153 ${ARCH}/%.o: src/%.c
     153${ARCH}/%.$(OBJEXT): src/%.c
    154154        ${COMPILE} -o $@ -c $<
    155155
Note: See TracChangeset for help on using the changeset viewer.