From e7046a104f0f384e250ce6e1c6d6d92ed88705ee Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Thu, 23 Aug 2001 19:45:17 +0000 Subject: [PATCH] os-inline.c is no more (fix from bloom) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90578 13f79535-47bb-0310-9956-ffa450edef68 --- os/unix/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/unix/Makefile.in b/os/unix/Makefile.in index 63596967db..eddb2c2644 100644 --- a/os/unix/Makefile.in +++ b/os/unix/Makefile.in @@ -1,5 +1,5 @@ LTLIBRARY_NAME = libos.la -LTLIBRARY_SOURCES = os-inline.c unixd.c +LTLIBRARY_SOURCES = unixd.c include $(top_srcdir)/build/ltlib.mk -- 2.50.1