Changeset 1c1ef4c9 in rtems


Ignore:
Timestamp:
11/30/03 10:36:38 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
6041409
Parents:
31728d9b
Message:

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

  • Makefile.am: Fix libc_OBJS.
Location:
cpukit/libnetworking
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libnetworking/ChangeLog

    r31728d9b r1c1ef4c9  
     12003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Fix libc_OBJS.
     4
    152003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/libnetworking/Makefile.am

    r31728d9b r1c1ef4c9  
    161161    libc/res_mkquery.c libc/res_mkupdate.c libc/res_query.c libc/res_send.c \
    162162    libc/res_stubs.c libc/res_update.c libc/strsep.c libc/rcmd.c
    163 libc_OBJS = $(libc/C_FILES:libc/%.c=libc/$(ARCH)/%.$(OBJEXT))
     163libc_OBJS = $(libc_C_FILES:libc/%.c=libc/$(ARCH)/%.$(OBJEXT))
    164164
    165165man_MANS = libc/addr2ascii.3 libc/byteorder.3 libc/ethers.3 \
Note: See TracChangeset for help on using the changeset viewer.