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-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6a8a9276340dd92734f1532de8a16540ca38faf0;p=apache 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 f4b52a4319..5796f5c57c 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