summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 981711d9e95..1a4b0bf46c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Oct 3 14:20:22 1999 Jeffrey A Law (law@cygnus.com)
+
+ * configure.in (fr30): Fix typo.
+
1999-09-21 Nick Clifton <nickc@cygnus.com>
* config.sub: Add fr30 target.
diff --git a/configure.in b/configure.in
index ae30d398194..5b154f58e5a 100644
--- a/configure.in
+++ b/configure.in
@@ -352,7 +352,7 @@ case "${enable_target_optspace}:${target}" in
yes:*)
target_makefile_frag="${target_makefile_frag} config/mt-ospace"
;;
- :m32r-* | fr30-*)
+ :m32r-* | :fr30-*)
target_makefile_frag="${target_makefile_frag} config/mt-ospace"
;;
no:* | :*)