www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1997/09/16/08:33:08

Date: Tue, 16 Sep 1997 14:33:29 +0200
From: Hans-Bernhard Broeker <broeker AT physik DOT rwth-aachen DOT de>
Subject: Re: DZCOMM3.0 and the newest ALLEGRO WIP2
To: dyad255 AT aol DOT com (Dyad255)
Cc: djgpp AT delorie DOT com
Message-id: <01INPPG51LO48WVYJI@mail>
Organization: RWTH Aachen, III. physikalisches Institut B
Newsgroups: comp.os.msdos.djgpp

In article <19970916033601 DOT XAA07590 AT ladder01 DOT news DOT aol DOT com> you wrote:
> Well, before someone rewrites it I'll let you know that the "missing
> separator" is a TAB. Yes, those things DOS "Edit" utterly clobbers. 

> Makefiles require tabs beginning lines that are continued \
> <tab>on the next line. 

Sorry, but this is incorrect, AFAIK. The lines in makefiles that
really need TABs as their starting character are the command lines
that are to be executed when something needs to be remade. So:

foo : foo.o bar.o $(OTHEROBJS)
<TAB>gcc -o foo foo.o bar.o $(OTHEROBJS)

Using TAB in continuation lines is just a customary means of indenting
them, not a necessety.

HBB

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019