summaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authorljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4>2001-11-20 06:38:53 +0000
committerljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4>2001-11-20 06:38:53 +0000
commit2df7259f698ee187aee96a82eafdb1f6bb26fbe3 (patch)
treeb82752671e7cc5a4e6d84aa35ecb60bb09517512 /gcc/configure
parent7a6b555b525fec2bfd6aab651579676aa5fb3459 (diff)
downloadgcc-2df7259f698ee187aee96a82eafdb1f6bb26fbe3.tar.gz
bootstrap/4422
* configure.in: Setup ability to run ./stage[1234]/xgcc in fixinc *as if* it were a proper lang subdirectory. * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47204 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure
index 44ecb9f8d34..74781d6c564 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -8676,7 +8676,7 @@ esac
# This is virtually a duplicate of what happens in configure.lang; we do
# an extra check to make sure this only happens if ln -s can be used.
if test "$symbolic_link" = "ln -s"; then
- for d in .. ${subdirs} ; do
+ for d in .. ${subdirs} fixinc ; do
if test $d != ..; then
STARTDIR=`pwd`
cd $d