Changeset 83864ea in rtems


Ignore:
Timestamp:
07/22/02 13:55:34 (22 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
38ae496e
Parents:
53f6727
Message:

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

  • src/xdr/Makefile.am: Use .$(OBJEXT) instead of .o.
  • src/rpc/Makefile.am: Use .$(OBJEXT) instead of .o.
Location:
cpukit/librpc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • cpukit/librpc/ChangeLog

    r53f6727 r83864ea  
     12002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * src/xdr/Makefile.am: Use .$(OBJEXT) instead of .o.
     4        * src/rpc/Makefile.am: Use .$(OBJEXT) instead of .o.
     5
    162002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • cpukit/librpc/src/rpc/Makefile.am

    r53f6727 r83864ea  
    2222    key_prot_xdr.c svc_auth_des.c svc_unix.c
    2323
    24 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
     24C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
    2525
    2626OBJS = $(C_O_FILES)
  • cpukit/librpc/src/xdr/Makefile.am

    r53f6727 r83864ea  
    1111C_FILES = xdr.c xdr_array.c xdr_float.c xdr_mem.c xdr_rec.c xdr_reference.c \
    1212    xdr_sizeof.c xdr_stdio.c
    13 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
     13C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
    1414
    1515OBJS = $(C_O_FILES)
Note: See TracChangeset for help on using the changeset viewer.