configure.in (target_subdir): Remove duplicate line.

�
	* configure.in (target_subdir): Remove duplicate line.

From-SVN: r22656
This commit is contained in:
Manfred Hollstein 1998-09-29 23:50:57 +00:00 committed by Manfred Hollstein
parent dc5737cfe7
commit f653f0ab3f
2 changed files with 5 additions and 2 deletions

View File

@ -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)

View File

@ -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