From 7bb9dd92952336ca80ed3c61ac450b54c653c3d7 Mon Sep 17 00:00:00 2001 From: manfred <manfred@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Tue, 29 Sep 1998 23:50:57 +0000 Subject: [PATCH] =?UTF-8?q?=EF=BF=BD=20=09*=20configure.in=20(target=5Fsub?= =?UTF-8?q?dir):=20Remove=20duplicate=20line.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22656 138bc75d-0d04-0410-961f-82ee72b054a4 --- ChangeLog | 4 ++++ configure.in | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8ab40c303b1f..ec277cb36e27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 df7c4041f032..fff3749a4843 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 -- GitLab