Return-Path: Delivered-To: apache-cvs-archive@hyperreal.org Received: (qmail 3395 invoked by uid 6000); 6 Apr 1999 15:54:02 -0000 Received: (qmail 3388 invoked by alias); 6 Apr 1999 15:54:01 -0000 Delivered-To: apache-1.3-cvs@hyperreal.org Received: (qmail 3386 invoked by uid 240); 6 Apr 1999 15:54:00 -0000 Date: 6 Apr 1999 15:54:00 -0000 Message-ID: <19990406155400.3385.qmail@hyperreal.org> From: bjh@hyperreal.org To: apache-1.3-cvs@hyperreal.org Subject: cvs commit: apache-1.3/src/os/os2 Makefile.tmpl Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org bjh 99/04/06 08:54:00 Modified: src/os/os2 Makefile.tmpl Log: Create dependencies in os/os2/Makefile.tmpl Generated by a make depend Revision Changes Path 1.10 +9 -1 apache-1.3/src/os/os2/Makefile.tmpl Index: Makefile.tmpl =================================================================== RCS file: /home/cvs/apache-1.3/src/os/os2/Makefile.tmpl,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- Makefile.tmpl 1998/07/20 16:40:39 1.9 +++ Makefile.tmpl 1999/04/06 15:54:00 1.10 @@ -46,4 +46,12 @@ && rm Makefile.new # DO NOT REMOVE -os.o: os.c os-inline.c +os-inline.o: os-inline.c $(INCDIR)/ap_config.h \ + $(INCDIR)/ap_mmn.h $(INCDIR)/ap_config_auto.h \ + $(INCDIR)/os.h $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h +os.o: os.c os.h os-inline.c +util_os2.o: util_os2.c $(INCDIR)/httpd.h $(INCDIR)/ap_config.h \ + $(INCDIR)/ap_mmn.h $(INCDIR)/ap_config_auto.h \ + $(INCDIR)/os.h $(INCDIR)/os-inline.c $(INCDIR)/ap_ctype.h \ + $(INCDIR)/hsregex.h $(INCDIR)/alloc.h $(INCDIR)/buff.h \ + $(INCDIR)/ap.h $(INCDIR)/util_uri.h $(INCDIR)/http_log.h