Skip to content

Commit

Permalink
* config-ml.in (CC): Remove bogus duplicate quotation mark from
Browse files Browse the repository at this point in the history
previous delta.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35658 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
aoliva committed Aug 12, 2000
1 parent cd921bc commit 2968054
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2000-08-12 Alexandre Oliva <aoliva@redhat.com>

* config-ml.in (CC): Remove bogus duplicate quotation mark from
previous delta.

2000-08-11 Jason Merrill <jason@redhat.com>

* configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
Expand Down
2 changes: 1 addition & 1 deletion config-ml.in
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ if [ -n "${multidirs}" ] && [ -z "${ml_norecursion}" ]; then
-[BIL]"${ML_POPDIR}"/*)
CC_="${CC_}"`echo "X${arg}" | sed -n "s/X\\(-[BIL]${popdir_rx}\\).*/\\1/p"`/${ml_dir}`echo "X${arg}" | sed -n "s/X-[BIL]${popdir_rx}\\(.*\\)/\1/p"`' ' ;;
"${ML_POPDIR}"/*)
CC_="${CC_}"`echo "X${arg}" | sed -n "s/X\\(${popdir_rx}\\).*/\\1/p""`/${ml_dir}`echo "X${arg}" | sed -n "s/X${popdir_rx}\\(.*\\)/\\1/p"`' ' ;;
CC_="${CC_}"`echo "X${arg}" | sed -n "s/X\\(${popdir_rx}\\).*/\\1/p"`/${ml_dir}`echo "X${arg}" | sed -n "s/X${popdir_rx}\\(.*\\)/\\1/p"`' ' ;;
*)
CC_="${CC_}${arg} " ;;
esac
Expand Down

0 comments on commit 2968054

Please sign in to comment.