Skip to content
Snippets Groups Projects
Commit daed6250 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Better "make tags".

parent 8dba6a73
Branches
Tags
No related merge requests found
# #
# $Id: Makefile,v 0.15 1991/09/17 20:53:05 ceder Exp $ # $Id: Makefile,v 0.16 1991/09/19 13:10:29 ceder Exp $
# Copyright (C) 1991 Lysator Academic Computer Association. # Copyright (C) 1991 Lysator Academic Computer Association.
# #
# This file is part of the LysKOM server. # This file is part of the LysKOM server.
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
# #
# Please mail bug reports to bug-lyskom@lysator.liu.se. # Please mail bug reports to bug-lyskom@lysator.liu.se.
# #
# $Id: Makefile,v 0.15 1991/09/17 20:53:05 ceder Exp $ # $Id: Makefile,v 0.16 1991/09/19 13:10:29 ceder Exp $
include Topdir.make include Topdir.make
SCRIPTDIR = $(TOPDIR)/scripts SCRIPTDIR = $(TOPDIR)/scripts
...@@ -155,7 +155,7 @@ specials: $(SPECIALS) ...@@ -155,7 +155,7 @@ specials: $(SPECIALS)
tags: $(SRCS) $(HDRS) tags: $(SRCS) $(HDRS)
$(RM) TAGS $(RM) TAGS
etags -t $(INCLUDEDIR)/*.h *.[hc] etags -t $(INCLUDEDIR)/*.h *.[hc] $(TOPDIR)/src/libraries/lib*/*.[hc]
include $(SCRIPTDIR)/Parallell-depend.make include $(SCRIPTDIR)/Parallell-depend.make
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment