From: Brian Havard Date: Tue, 5 Dec 2000 13:47:39 +0000 (+0000) Subject: OS/2: os.c doesn't exist anymore, remove it from the build. X-Git-Tag: APACHE_2_0_ALPHA_9~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c02898216487452454080b08a86f62cdd24307ef;p=thirdparty%2Fapache%2Fhttpd.git OS/2: os.c doesn't exist anymore, remove it from the build. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87205 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/os/os2/Makefile.in b/os/os2/Makefile.in index f4b52a43198..5796f5c57c8 100644 --- a/os/os2/Makefile.in +++ b/os/os2/Makefile.in @@ -1,5 +1,5 @@ LTLIBRARY_NAME = libos.la -LTLIBRARY_SOURCES = os.c os-inline.c util_os2.c +LTLIBRARY_SOURCES = os-inline.c util_os2.c include $(top_srcdir)/build/ltlib.mk