diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1995-11-14 09:36:54 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1995-11-14 09:36:54 +0000 |
commit | f3d4003ea3e1debc7bec259f4ff805a4de2a5ef7 (patch) | |
tree | d6791c01547a9d52177cc9401a2085488cf68cd2 /config-ml.in | |
parent | d747cac4c29da5180eccb82ac739986955e3bb50 (diff) | |
download | gdb-f3d4003ea3e1debc7bec259f4ff805a4de2a5ef7.zip gdb-f3d4003ea3e1debc7bec259f4ff805a4de2a5ef7.tar.gz gdb-f3d4003ea3e1debc7bec259f4ff805a4de2a5ef7.tar.bz2 |
Delete debugging -x's.
Diffstat (limited to 'config-ml.in')
-rw-r--r-- | config-ml.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config-ml.in b/config-ml.in index 0127fe9..2e8cbda 100644 --- a/config-ml.in +++ b/config-ml.in @@ -1,4 +1,3 @@ -set -x # Configure fragment invoked in the post-target section for subdirs # wanting multilib support. # @@ -670,7 +669,7 @@ if [ -n "${multidirs}" ] && [ -z "${norecursion}" ]; then if [ -f ${newsrcdir}/configure ]; then recprog=${newsrcdir}/configure fi - if eval ${config_shell} -x ${recprog} \ + if eval ${config_shell} ${recprog} \ --with-multisubdir=${dir} --with-multisrctop=${multisrctop} \ $arguments ${srcdiroption} ; then true |