[m-rev.] diff: fix typo in modules.m

Peter Wang wangp at students.cs.mu.OZ.AU
Mon Dec 5 13:04:53 AEDT 2005


What's the name of the release branch?  I think this fix should go there
as well.

Estimated hours taken: 0.5
Branches: main

compiler/modules.m:
	Fix a typo which caused mmake to look for `.int0' files 
	in a `Mercury/ints' subdirectory instead of `Mercury/int0s'.

Index: compiler/modules.m
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/modules.m,v
retrieving revision 1.366
diff -u -r1.366 modules.m
--- compiler/modules.m	28 Nov 2005 02:30:20 -0000	1.366
+++ compiler/modules.m	4 Dec 2005 22:42:21 -0000
@@ -4925,7 +4927,7 @@
     %
     % These next two lines are a workaround for the bug described above.
     %
-    write_compact_dependencies_list(Modules, "$(ints_subdir)", ".int0",
+    write_compact_dependencies_list(Modules, "$(int0s_subdir)", ".int0",
         Basis, DepStream, !IO),
     write_compact_dependencies_separator(Basis, DepStream, !IO),
     %
--------------------------------------------------------------------------
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