diff options
author | Manfred Hollstein <manfred@s-direktnet.de> | 1998-09-29 23:50:57 +0000 |
---|---|---|
committer | Manfred Hollstein <manfred@gcc.gnu.org> | 1998-09-29 23:50:57 +0000 |
commit | f653f0ab3f7d884c858fca3f5f61f4b985a09c95 (patch) | |
tree | d0d9b78e029086992f35985a414d05ad73bfb509 | |
parent | dc5737cfe7e7ecd1923e0612a440c5271c8ce422 (diff) | |
download | gcc-f653f0ab3f7d884c858fca3f5f61f4b985a09c95.zip gcc-f653f0ab3f7d884c858fca3f5f61f4b985a09c95.tar.gz gcc-f653f0ab3f7d884c858fca3f5f61f4b985a09c95.tar.bz2 |
configure.in (target_subdir): Remove duplicate line.
�
* configure.in (target_subdir): Remove duplicate line.
From-SVN: r22656
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 3 |
2 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,7 @@ +1998-09-30 Manfred Hollstein <manfred@s-direktnet.de> + + * configure.in (target_subdir): Remove duplicate line. + Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com) * configure.in: Minor cleanups for building in the $(target_alias) diff --git a/configure.in b/configure.in index df7c404..fff3749 100644 --- a/configure.in +++ b/configure.in @@ -372,8 +372,7 @@ fi # We always want to use the same name for this directory, so that dejagnu # can reliably find it. target_subdir=${target_alias} - -target_subdir=${target_alias} + if [ ! -d ${target_subdir} ] ; then if mkdir ${target_subdir} ; then true else |