From 32654ae2be5fd478736f297d5279a30d40a7674a Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Tue, 29 Oct 1991 05:00:02 +0000
Subject: [PATCH] HDRS: isc.h has been known as isc-interface.h for over a
 month! tags: should not depend on anything.

---
 src/server/ChangeLog | 5 +++++
 src/server/Makefile  | 8 ++++----
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/src/server/ChangeLog b/src/server/ChangeLog
index 661a1b721..c722fec23 100644
--- a/src/server/ChangeLog
+++ b/src/server/ChangeLog
@@ -1,5 +1,10 @@
 Tue Oct 29 03:52:34 1991  Per Cederqvist  (ceder at robert)
 
+	* Makefile (tags): tags does not depend on anything now.
+
+	* Makefile (HDRS): isc.h should be isc-interface.h. See note from
+	  Sat Sep 21. 
+
 	* Version is now 1.0.4.
 
 	* internal-connections.c (no_of_connection_attempts): Now a global
diff --git a/src/server/Makefile b/src/server/Makefile
index bd5eb16cf..3604a98b4 100755
--- a/src/server/Makefile
+++ b/src/server/Makefile
@@ -1,5 +1,5 @@
 #
-# $Id: Makefile,v 0.17 1991/09/22 08:24:46 ceder Exp $
+# $Id: Makefile,v 0.18 1991/10/29 04:59:57 ceder Exp $
 # Copyright (C) 1991  Lysator Academic Computer Association.
 #
 # This file is part of the LysKOM server.
@@ -22,14 +22,14 @@
 #
 # Please mail bug reports to bug-lyskom@lysator.liu.se. 
 #
-# $Id: Makefile,v 0.17 1991/09/22 08:24:46 ceder Exp $
+# $Id: Makefile,v 0.18 1991/10/29 04:59:57 ceder Exp $
 
 include Topdir.make
 SCRIPTDIR = $(TOPDIR)/scripts
 
 include $(SCRIPTDIR)/import.make
 
-HDRS = admin.h isc-parse.h prot-a-output.h async.h isc.h \
+HDRS = admin.h isc-parse.h prot-a-output.h async.h isc-interface.h \
 	prot-a-parse.h cache.h tmp-limits.h prot-a-send-async.h connections.h \
 	log.h prot-a.h dbck-cache.h lyskomd.h ram-output.h disk-cache.h \
 	manipulate.h ram-parse.h end-of-atomic.h memory.h send-async.h exp.h \
@@ -159,7 +159,7 @@ distclean: clean
 
 specials: $(SPECIALS)
 
-tags: $(SRCS) $(HDRS)
+tags:
 	$(RM) TAGS
 	etags -t $(INCLUDEDIR)/*.h *.[hc] $(TOPDIR)/src/libraries/lib*/*.[hc]
 
-- 
GitLab