[m-dev.] trivial diff: profiler depends on browser

Fergus Henderson fjh at cs.mu.OZ.AU
Wed Sep 29 00:03:24 AEST 1999


On 28-Sep-1999, Zoltan Somogyi <zs at cs.mu.OZ.AU> wrote:
> 
> Mmakefile:
> 	Since the profiler directory refers to the browser directory's init
> 	file, make the profiler target depend on the browser target.

It also needs to depend on the `trace' directory.

----------

Estimated hours taken: 0.1

Mmakefile:
 	Since the profiler directory refers to the trace directory's
	libmer_trace.a library file, make the profiler target depend
	on the trace target.

Workspace: /home/mercury0/fjh/mercury
Index: Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/Mmakefile,v
retrieving revision 1.42
diff -u -r1.42 Mmakefile
--- Mmakefile	1999/09/28 06:24:58	1.42
+++ Mmakefile	1999/09/28 14:00:10
@@ -139,7 +139,7 @@
 	cd doc && $(SUBDIR_MMAKE)
 
 .PHONY: profiler
-profiler: dep_profiler scripts util boehm_gc runtime library browser
+profiler: dep_profiler scripts util boehm_gc runtime library browser trace
 	cd profiler && $(SUBDIR_MMAKE)
 
 #-----------------------------------------------------------------------------#
-- 
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.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to:       mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions:          mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------



More information about the developers mailing list