Skip to content

Commit

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

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

From-SVN: r35658
  • Loading branch information
Alexandre Oliva authored and Alexandre Oliva committed Aug 12, 2000
1 parent 055bcfe commit 808d8c4
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 808d8c4

Please sign in to comment.