Changeset 2f6a4b3 in rtems


Ignore:
Timestamp:
08/11/02 05:58:11 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
c6bb4fa4
Parents:
45e4f321
Message:

2002-08-11 Ralf Corsepius <corsepiu@…>

  • rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
    • sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
Location:
c/src/optman
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • c/src/optman/ChangeLog

    r45e4f321 r2f6a4b3  
     12002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
     4        * sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
     5
    162002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/optman/rtems/Makefile.am

    r45e4f321 r2f6a4b3  
    66C_FILES = no-dpmem.c no-event.c no-msg.c no-mp.c no-part.c no-region.c \
    77    no-rtmon.c no-sem.c no-signal.c no-timer.c
    8 C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
     8C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
    99
    1010PGMS = $(C_FILES:%.c=$(ARCH)/%.rel)
  • c/src/optman/sapi/Makefile.am

    r45e4f321 r2f6a4b3  
    55
    66C_FILES = no-ext.c no-io.c
    7 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
     7C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
    88
    99PGMS = $(C_FILES:%.c=$(ARCH)/%.rel)
Note: See TracChangeset for help on using the changeset viewer.