Changeset 1c1ef4c9 in rtems
- Timestamp:
- 11/30/03 10:36:38 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 6041409
- Parents:
- 31728d9b
- Location:
- cpukit/libnetworking
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libnetworking/ChangeLog
r31728d9b r1c1ef4c9 1 2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Fix libc_OBJS. 4 1 5 2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
cpukit/libnetworking/Makefile.am
r31728d9b r1c1ef4c9 161 161 libc/res_mkquery.c libc/res_mkupdate.c libc/res_query.c libc/res_send.c \ 162 162 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))163 libc_OBJS = $(libc_C_FILES:libc/%.c=libc/$(ARCH)/%.$(OBJEXT)) 164 164 165 165 man_MANS = libc/addr2ascii.3 libc/byteorder.3 libc/ethers.3 \
Note: See TracChangeset
for help on using the changeset viewer.