From: Doug MacEachern Date: Thu, 23 Aug 2001 19:45:17 +0000 (+0000) Subject: os-inline.c is no more (fix from bloom) X-Git-Tag: 2.0.25~127 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7046a104f0f384e250ce6e1c6d6d92ed88705ee;p=apache 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 --- 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