trivial diff: trace/Mmakefile: add mercury_trace_util.h

Fergus Henderson fjh at cs.mu.OZ.AU
Mon Nov 9 15:09:10 AEDT 1998


Estimated hours taken: 0.1

trace/Mmakefile:
	Add mercury_trace_util.h to the list of header files.
	I accidentally forgot to commit this as part of my
	previous change which added that file.

Index: trace/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/trace/Mmakefile,v
retrieving revision 1.3
diff -u -r1.3 Mmakefile
--- Mmakefile	1998/10/30 04:58:47	1.3
+++ Mmakefile	1998/11/06 10:23:28
@@ -31,7 +31,8 @@
 			mercury_trace_help.h		\
 			mercury_trace_internal.h	\
 			mercury_trace_spy.h		\
-			mercury_trace_tables.h
+			mercury_trace_tables.h		\
+			mercury_trace_util.h
 
 # keep this list in alphabetical order, please
 CFILES		= 	\

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "Binaries may die
WWW: <http://www.cs.mu.oz.au/~fjh>  |   but source code lives forever"
PGP: finger fjh at 128.250.37.3        |     -- leaked Microsoft memo.



More information about the developers mailing list