pcs 97/08/23 05:10:44
Modified: src/support Makefile.tmpl
Removed: src/support httpd_monitor.c
Log:
Remove httpd_monitor which now longer works with current scoreboard
format, and use of a file for the scoreboard is bad anyway.
Revision Changes Path
1.5 +1 -4 apachen/src/support/Makefile.tmpl
Index: Makefile.tmpl
===================================================================
RCS file: /export/home/cvs/apachen/src/support/Makefile.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile.tmpl 1997/07/20 23:44:49 1.4
+++ Makefile.tmpl 1997/08/23 12:10:42 1.5
@@ -11,7 +11,7 @@
.c.o:
$(CC) -c $(CFLAGS) $(INCLUDES) $<
-TARGETS=htpasswd htdigest httpd_monitor rotatelogs logresolve
+TARGETS=htpasswd htdigest rotatelogs logresolve
all: $(TARGETS)
@@ -20,9 +20,6 @@
htdigest: htdigest.c
$(CC) $(CFLAGS) htdigest.c -o htdigest $(LIBS)
-
-httpd_monitor: httpd_monitor.c
- $(CC) $(INCLUDES) $(CFLAGS) httpd_monitor.c -o httpd_monitor
rotatelogs: rotatelogs.c
$(CC) $(INCLUDES) $(CFLAGS) rotatelogs.c -o rotatelogs