mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-16 06:14:59 +00:00
Don't include .tr in the debug grades to be installed.
Estimated hours taken: 0.1 Branches: main configure.in: Don't include .tr in the debug grades to be installed.
This commit is contained in:
@@ -3364,7 +3364,7 @@ fi
|
||||
|
||||
# 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 @@ then
|
||||
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user