This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[v3 patch] testsuite_flags.in tweak


2001-07-05  Jason Merrill  <jason_merrill@redhat.com>

	* testsuite_flags.in (--build-includes): backward, not backwards.

*** testsuite_flags.in.~1~	Thu Jul  5 18:05:15 2001
--- testsuite_flags.in	Thu Jul  5 15:29:47 2001
*************** case ${query} in
*** 37,43 ****
                  -I${SRC_DIR}/include/std  -I${SRC_DIR}/include/$C_DIR
  	        -I${SRC_DIR}/libsupc++ -I${SRC_DIR}/libio 
  		-I${SRC_DIR}/testsuite
! 		-I${SRC_DIR}/include/backwards -I${SRC_DIR}/include/ext"
        echo ${INCLUDES}
        ;;
      --install-cxx)
--- 37,43 ----
                  -I${SRC_DIR}/include/std  -I${SRC_DIR}/include/$C_DIR
  	        -I${SRC_DIR}/libsupc++ -I${SRC_DIR}/libio 
  		-I${SRC_DIR}/testsuite
! 		-I${SRC_DIR}/include/backward -I${SRC_DIR}/include/ext"
        echo ${INCLUDES}
        ;;
      --install-cxx)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]