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:
Zoltan Somogyi
2009-06-09 03:45:41 +00:00
parent 451e013f47
commit 228e5627a0

View File

@@ -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"