Re: missing separator

2001-03-12 Thread Paul D. Smith
%% "Michael Sterrett -Mr. Bones.-" <[EMAIL PROTECTED]> writes: msb> Lines 345 and 346 start with spaces instead of tabs. Change that msb> and it may work much better. The last rule in the file also has this problem. msb> That particular error message is not very helpful. Get a newer ver

Re: missing separator

2001-03-12 Thread Paul D. Smith
Shell command lines in make _MUST_ start with a TAB character. Your makefile has 8 spaces instead of a TAB in the last two rules. A number of Windows editors will "helpfully" convert TABs to spaces automatically for you; find one that doesn't when you edit makefiles. If you get a newer version

Re: missing separator

2001-03-12 Thread Michael Sterrett -Mr. Bones.-
Lines 345 and 346 start with spaces instead of tabs. Change that and it may work much better. That particular error message is not very helpful. Michael Sterrett -Mr. Bones.- [EMAIL PROTECTED] ___ Bug-make mailing list [EMAIL PROTECTED] http://mai

missing separator

2001-03-12 Thread Unice, Kyle
I get the following: [h:\xscale\netbsd\src\sys\arch\arm32\compile\mykernel]make --debug GNU Make version 3.77, by Richard Stallman and Roland McGrath. Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98 Free Software Foundation, Inc. This is free software; see the source for copyin