[m-rev.] diff: more toplevel Mmakefile fixes

Zoltan Somogyi zs at cs.mu.OZ.AU
Wed May 15 20:12:33 AEST 2002


Mmakefile:
	Fix some more references to library.dep.

Zoltan.

Index: Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/Mmakefile,v
retrieving revision 1.76
diff -u -b -r1.76 Mmakefile
--- Mmakefile	15 May 2002 09:01:10 -0000	1.76
+++ Mmakefile	15 May 2002 10:10:25 -0000
@@ -70,13 +70,13 @@
 .PHONY: dep_compiler
 dep_compiler: compiler/$(deps_subdir)top_level.dep
 
-compiler/$(deps_subdir)top_level.dep: library/$(deps_subdir)library.dep
+compiler/$(deps_subdir)top_level.dep: library/$(deps_subdir)mer_std.dep
 	+cd compiler && $(SUBDIR_MMAKE) depend
 
 .PHONY: dep_profiler
 dep_profiler: profiler/$(deps_subdir)mercury_profile.dep
 
-profiler/$(deps_subdir)mercury_profile.dep: library/$(deps_subdir)library.dep
+profiler/$(deps_subdir)mercury_profile.dep: library/$(deps_subdir)mer_std.dep
 	+cd profiler && $(SUBDIR_MMAKE) depend
 
 .PHONY: dep_deep_profiler
@@ -87,10 +87,10 @@
 dep_deep_profiler:
 endif
 
-deep_profiler/$(deps_subdir)mdprof_cgi.dep: library/$(deps_subdir)library.dep
+deep_profiler/$(deps_subdir)mdprof_cgi.dep: library/$(deps_subdir)mer_std.dep
 	+cd deep_profiler && $(SUBDIR_MMAKE) mdprof_cgi.depend
 
-deep_profiler/$(deps_subdir)mdprof_server.dep: library/$(deps_subdir)library.dep
+deep_profiler/$(deps_subdir)mdprof_server.dep: library/$(deps_subdir)mer_std.dep
 	+cd deep_profiler && $(SUBDIR_MMAKE) mdprof_server.depend
 
 # depend_library MUST be done before depend_compiler and depend_profiler
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list