* configure.target: Fix typo in hpux case.

From-SVN: r48258
This commit is contained in:
Jeff Law 2001-12-21 17:32:47 -07:00 committed by Jeff Law
parent 67c49dc70f
commit 75da3b53f8
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Fri Dec 21 17:35:21 2001 Jeffrey A Law (law@redhat.com)
* configure.target: Fix typo in hpux case.
2001-12-21 Paolo Carlini <pcarlini@unitus.it>
* include/ext/stl_rope.h (_Rope_iterator):

View File

@ -104,7 +104,7 @@ case "${target_os}" in
solaris2.7* | solaris2.8*)
os_include_dir="config/os/solaris/solaris2.7"
;;
hpux)
hpux*)
os_include_dir="config/os/hpux"
;;
*)