]> gcc.gnu.org Git - gcc.git/commitdiff
tests_flags.in: Correct typo.
authorLoren J. Rittle <ljrittle@acm.org>
Wed, 29 Nov 2000 03:57:35 +0000 (03:57 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Wed, 29 Nov 2000 03:57:35 +0000 (03:57 +0000)
2000-11-29  Loren J. Rittle  <ljrittle@acm.org>

        * tests_flags.in: Correct typo.

From-SVN: r37840

libstdc++-v3/ChangeLog
libstdc++-v3/tests_flags.in

index fd18cf9b1c8e74916c5bd1bd2b0a43413fcd61af..4a90eb1dd72505a5b2676f9431dad5a101d90aa8 100644 (file)
@@ -1,3 +1,7 @@
+2000-11-29  Loren J. Rittle  <ljrittle@acm.org>
+
+        * tests_flags.in: Correct typo.
+
 2000-11-29  Gabriel Dos Reis  <gdr@codesourcery.com>
 
        * tests_flags (SH_FLAGS, ST_FLAGS): Move them back to ...
index 3de5b4efb16f7047948998db0c4d63e2cc22544f..2e2e59b983d17f4d9b5ee300d05b0950e709ddfa 100644 (file)
@@ -90,7 +90,7 @@ check_directory 'Source' ${SRC_DIR}
 case ${query} in
     --installed-library)
     PREFIX_DIR=$4
-    check_directory 'Install' ${PREFIX_FIR}
+    check_directory 'Install' ${PREFIX_DIR}
     ;;
     *)
     PREFIX_DIR=
This page took 0.072002 seconds and 5 git commands to generate.