[m-rev.] diff: configure.in and debug.tr

Zoltan Somogyi zs at csse.unimelb.edu.au
Tue Jun 9 13:45:20 AEST 2009


configure.in:
	Don't include .tr in the debug grades to be installed.

Zoltan.

Index: configure.in
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/configure.in,v
retrieving revision 1.536
diff -u -b -r1.536 configure.in
--- configure.in	3 Feb 2009 06:25:03 -0000	1.536
+++ configure.in	4 Jun 2009 15:19:38 -0000
@@ -3364,7 +3364,7 @@
 
 # Add `.debug' (--debug) and `.decldebug' (--decl-debug) grades.
 if test "$enable_debug_grades" = yes; then
-    LIBGRADES="$LIBGRADES $BEST_DEBUG_BASE_GRADE.gc.tr.debug"
+    LIBGRADES="$LIBGRADES $BEST_DEBUG_BASE_GRADE.gc.debug"
     if test "$enable_decl_debug_grades" = yes; then
         LIBGRADES="$LIBGRADES $BEST_DEBUG_BASE_GRADE.gc.decldebug"
     fi
@@ -3405,7 +3405,7 @@
     
     if test "$enable_debug_grades" = "yes"
     then
-        LIBGRADES="$LIBGRADES $BEST_DEBUG_BASE_GRADE.gc.tr.debug.stseg"
+        LIBGRADES="$LIBGRADES $BEST_DEBUG_BASE_GRADE.gc.debug.stseg"
         if test "$enable_decl_debug_grades" = "yes"
         then
             LIBGRADES="$LIBGRADES $BEST_DEBUG_BASE_GRADE.gc.decldebug.stseg"
--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to:       mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions:          mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------



More information about the reviews mailing list