Norbert Tretkowski schrieb:
Stimmt auch. Steht in der info-page :-(Laut 'man make' wird aber in einem solchen Fall in der Fehlermeldung explizit darauf hingewiesen.
Das finde ich jetzt nicht in der Manpage.
missing separator. Stop.'
`missing separator (did you mean TAB instead of 8 spaces?). Stop.'
This means that `make' could not understand much of anything about
the command line it just read. GNU `make' looks for various kinds
of separators (`:', `=', TAB characters, etc.) to help it decide
what kind of commandline it's seeing. This means it couldn't find
a valid one. One of the most common reasons for this message is that you (or
perhaps your oh-so-helpful editor, as is the case with many
MS-Windows editors) have attempted to indent your command scripts
> with spaces instead of a TAB character. *In this case, `make' will
> use the second form of the error above*. Remember that every line
in the command script must begin with a TAB character. Eight
spaces do not count.Gru� Jazzy
--
Haeufig gestellte Fragen und Antworten (FAQ): http://www.de.debian.org/debian-user-german-FAQ/
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED] mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

