Xref: news-dnh.mv.net comp.os.msdos.djgpp:3359 Path: news-dnh.mv.net!mv!news.sprintlink.net!hookup!news.mathworks.com!news.kei.com!simtel!swidir.switch.ch!swsbe6.switch.ch!scsing.switch.ch!news.belwue.de!news.uni-ulm.de!rz.uni-karlsruhe.de!nntp.gmd.de!news.ruhr-uni-bochum.de!usenet From: Thomas Demmer Newsgroups: comp.os.msdos.djgpp Subject: Re: Make question Date: 21 Nov 1995 07:37:20 GMT Organization: Lehrstuhl fuer Stroemungsmechanik Lines: 21 References: Nntp-Posting-Host: bvb.lstm.ruhr-uni-bochum.de To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp "Pedro J. Santana Aleman" wrote: >An stupid question. >when I make this makefile: >_____________ >reorde.exe : ordalf.o reord.o > gcc -o reorde ordalf.o reord.o > coff2exe reorde >ordalf.o : ordalf.c > gcc -c ordalf.c >reord.o : reord.c > gcc -c reord.c >_______________ >The program says: > makefile:2: *** missing separator > You'll have to put a blank line after every rule. If you are under UNIX, the indentation MUST be a tab, not spaces. But I guess you're working under DOS. Ciao Tom