2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: Fix libc_OBJS.
This commit is contained in:
Ralf Corsepius
2003-11-30 10:36:38 +00:00
parent 31728d9b5e
commit 1c1ef4c968
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Fix libc_OBJS.
2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add $(dirstamp) to preinstallation rules. * Makefile.am: Add $(dirstamp) to preinstallation rules.

View File

@@ -160,7 +160,7 @@ libc_C_FILES = libc/addr2ascii.c libc/ascii2addr.c libc/base64.c \
libc/res_comp.c libc/res_data.c libc/res_debug.c libc/res_init.c \ libc/res_comp.c libc/res_data.c libc/res_debug.c libc/res_init.c \
libc/res_mkquery.c libc/res_mkupdate.c libc/res_query.c libc/res_send.c \ libc/res_mkquery.c libc/res_mkupdate.c libc/res_query.c libc/res_send.c \
libc/res_stubs.c libc/res_update.c libc/strsep.c libc/rcmd.c libc/res_stubs.c libc/res_update.c libc/strsep.c libc/rcmd.c
libc_OBJS = $(libc/C_FILES:libc/%.c=libc/$(ARCH)/%.$(OBJEXT)) libc_OBJS = $(libc_C_FILES:libc/%.c=libc/$(ARCH)/%.$(OBJEXT))
man_MANS = libc/addr2ascii.3 libc/byteorder.3 libc/ethers.3 \ man_MANS = libc/addr2ascii.3 libc/byteorder.3 libc/ethers.3 \
libc/gethostbyname.3 libc/getnetent.3 libc/getprotoent.3 \ libc/gethostbyname.3 libc/getnetent.3 libc/getprotoent.3 \