erlug
[Top] [All Lists]

[Erlug] perchè il mio tab fa il bastardo

To: "Erlug" <erlug@xxxxxxxxxxxxxx>
Subject: [Erlug] perchè il mio tab fa il bastardo
From: "Simone Saravalli" <dragonlair@xxxxxxxxx>
Date: Wed, 13 Nov 2002 20:45:27 +0100
Salve a tutti,
   ho realizzato un Makefile così composto:

stringa.out: stringa.o mystr.o
    gcc -o stringa.out stringa.o mystr.o
^
|| --- //questo è un TAB

stringa.o: stringa.c mystr.c mystr.h boolean.h
    gcc -c stringa.c
mystr.o: mystr.c mystr.h boolean.h
    gcc -c  mystr.c

Tutto dovrebbe andare, ma se lancio un make mi dice Makefile2:***missing
separator. Ma il TAB non dovrebbe dare una spaziatura di 7 caratteri? Ho
provato sul computer di un mio amico e tutto funziona, da me no, why? Come
devo impostare il TAB per far vedere la giusta spaziatura al Makefile?



<Prev in Thread] Current Thread [Next in Thread>