[m-rev.] trivial diff: check browser/*.c

Fergus Henderson fjh at cs.mu.OZ.AU
Fri Dec 21 15:04:18 AEDT 2001


Estimated hours taken: 0.25
Branches: main

configure.in:
	Fix a recently-introduced bug:  when checking whether the
	generated C files are up-to-date, don't forget to check
	in the `browser' directory.

Workspace: /tmp/fjh/mercury-compiler-rotd-2001-10-04
Index: configure.in
===================================================================
RCS file: /home/mercury1/repository/mercury/configure.in,v
retrieving revision 1.278
diff -u -d -r1.278 configure.in
--- configure.in	2001/09/06 08:26:32	1.278
+++ configure.in	2001/12/21 03:57:39
@@ -2911,7 +2911,7 @@
 to_delete=""
 if test "$BOOTSTRAP_MC" != "" ; then
     MERCURY_MSG("checking whether any C files need to be rebuilt...")
-    for directory in library compiler profiler deep_profiler
+    for directory in library compiler profiler deep_profiler browser
     do
         check_c_files $directory $directory
         check_c_files $directory/Mercury/cs $directory/Mercury/c_dates

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
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