From 56a9e678b95d39275c95fa00ec6cb58658620dd0 Mon Sep 17 00:00:00 2001
From: Linus Tolke Y <linus@lysator.liu.se>
Date: Sun, 10 Nov 1991 18:18:05 +0000
Subject: [PATCH] *.h files first in when making TAGS

---
 src/server/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/server/Makefile b/src/server/Makefile
index 3604a98b4..36c636d32 100755
--- a/src/server/Makefile
+++ b/src/server/Makefile
@@ -1,5 +1,5 @@
 #
-# $Id: Makefile,v 0.18 1991/10/29 04:59:57 ceder Exp $
+# $Id: Makefile,v 0.19 1991/11/10 18:18:05 linus Exp $
 # Copyright (C) 1991  Lysator Academic Computer Association.
 #
 # This file is part of the LysKOM server.
@@ -22,7 +22,7 @@
 #
 # Please mail bug reports to bug-lyskom@lysator.liu.se. 
 #
-# $Id: Makefile,v 0.18 1991/10/29 04:59:57 ceder Exp $
+# $Id: Makefile,v 0.19 1991/11/10 18:18:05 linus Exp $
 
 include Topdir.make
 SCRIPTDIR = $(TOPDIR)/scripts
@@ -161,7 +161,8 @@ specials: $(SPECIALS)
 
 tags:
 	$(RM) TAGS
-	etags -t $(INCLUDEDIR)/*.h *.[hc] $(TOPDIR)/src/libraries/lib*/*.[hc]
+	etags -t $(INCLUDEDIR)/*.h *.h $(TOPDIR)/src/libraries/lib*/*.h \
+				   *.c $(TOPDIR)/src/libraries/lib*/*.c
 
 include $(SCRIPTDIR)/Parallell-depend.make
 
-- 
GitLab