[Aldor-l] Ann: ALLPROSE

Ralf Hemmecke ralf at hemmecke.de
Tue Nov 15 04:07:08 EST 2005


Well, the "notangle -t8 " is in the Makefile. I have not really found 
out how the spaces get there. But usually if something like this happens 
just say.

rm Makefile.inc
notangle -t8 Makefile.nw > Makefile
make clean
make

this will regenerate Makefile.inc and hopefully correct with the tabs 
this time.

Ralf

Martin Rubey wrote:
> Ralf Hemmecke <ralf at hemmecke.de> writes:
> 
>> Line 65 of Makefile.inc corresonds to the following target.
>>
>> $(TOOLS).code:
>> 	@$(MAKE) $(TOOLS)/Makefile
>> 	@cd $(TOOLS) && $(MAKE) SUBMAKE="" code
>> 	@echo "" > $@
>>
>> I have the suspicion that you modified something there (which you shouldn't)
>> and you editor translated the TAB into 8 spaces at the beginning of the
>> line. Make requires a TAB!!!
> 
> Unfortunately, its not me who modifies Makefile.inc. I checked the .nw files,
> and the do contain tabs. However, after running make (which aborts with the
> error), Makefile.inc contains spaces...
> 
> Martin



More information about the Aldor-l mailing list