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

Better "make tags".

parent 8dba6a73
No related branches found
No related tags found
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.
#
# 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.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
SCRIPTDIR = $(TOPDIR)/scripts
......@@ -155,7 +155,7 @@ specials: $(SPECIALS)
tags: $(SRCS) $(HDRS)
$(RM) TAGS
etags -t $(INCLUDEDIR)/*.h *.[hc]
etags -t $(INCLUDEDIR)/*.h *.[hc] $(TOPDIR)/src/libraries/lib*/*.[hc]
include $(SCRIPTDIR)/Parallell-depend.make
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment