From: "Pedro J. Santana Aleman" Organization: Universidad de Las Palmas de G.C. To: djgpp AT sun DOT soe DOT clarkson DOT edu Date: Mon, 20 Nov 1995 08:32:41 GMT Subject: Make question 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 What is the trouble? When I use make with the samples I have not problems.(e.g. pagetest) Thanks anyway. ********************************************************************** * * * PEDRO J. SANTANA ALEMAN * * INDUSTRIAL ENGENEERING (CHEMICAL DEPT.) * * E.T.S.I.I. * * UNIVERSIDAD DE LAS PALMAS DE GRAN CANARIA * * CANARY ISLANDS - SPAIN * * * * F655167 AT CICEI DOT ULPGC DOT ES * * * **********************************************************************