trivial diff: trace/Mmakefile rule for tags file

Fergus Henderson fjh at cs.mu.OZ.AU
Fri Oct 30 15:50:20 AEDT 1998


Estimated hours taken: 0.05

trace/Mmakefile:
	When building the tags file for the trace directory,
	include tags for things defined in the runtime directory.

Index: trace/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/trace/Mmakefile,v
retrieving revision 1.2
diff -u -r1.2 Mmakefile
--- Mmakefile	1998/10/16 06:20:06	1.2
+++ Mmakefile	1998/10/27 21:17:27
@@ -108,7 +108,7 @@
 cs: $(CFILES)
 
 tags: $(CFILES) $(HDRS)
-	ctags $(CFILES) $(HDRS)
+	ctags $(CFILES) $(HDRS) ../runtime/*.c ../runtime/*.h
 
 .PHONY: check_headers
 check_headers:

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh>  |  of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3        |     -- the last words of T. S. Garp.



More information about the developers mailing list