From 289661dcfe6b7b027e26996600ad1ed1d476674b Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 27 Jun 1997 18:33:01 -0400 Subject: [PATCH] Clean up Make-{host,target,hooks} in all subdirs, not just '.'. From-SVN: r14344 --- gcc/configure.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gcc/configure.in b/gcc/configure.in index fdc41f81b4e..e3d8bab6610 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -2675,10 +2675,6 @@ all_lang_makefiles= all_headers= all_lib2funcs= -rm -f Make-host Make-target Make-hooks -touch Make-host -touch Make-target -touch Make-hooks host_overrides="Make-host" target_overrides="Make-target" cross_overrides="/dev/null" @@ -2719,6 +2715,10 @@ do test -d $subdir || mkdir $subdir cd $subdir + rm -f Make-host Make-target Make-hooks + touch Make-host + touch Make-target + touch Make-hooks # Conditionalize the makefile for this host machine. dep_host_xmake_file= merged_frags= -- 2.30.2