From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Andy Hare" To: "Insight Mail list" Cc: "Keith Seitz" , "Ian Roxborough" Subject: Re: Problems building TCL for insight on cygwin & win2k Date: Sun, 28 Oct 2001 02:12:00 -0000 Message-id: <098401c15f99$0d2a3730$0100000a@dualbeast> References: <089b01c15e64$563d4100$0100000a@dualbeast> <3BD9DDDC.20B6EAAD@redhat.com> X-SW-Source: 2001-q4/msg00219.html In one of my previous messages I stated that make clean in the tcl directory caused the cygwin sub directory to do a make all. The faults is in makefile.in in the tcl directory. maintainer-clean-recursive: @cd $(CONFIGDIR) && $(MAKE) `echo $@ | sed 's/-recursive//'` @test x"$(CONFIGDIR2)" = x"" || (cd "$(CONFIGDIR2)" && $(MAKE) `echo $@ | sed 's/-recursive'`) Surely the second line should end sed 's/-recursive//' as does the first line ? Andy Hare www.ahare.btinternet.co.uk