Webremedies wrote:
>
> Makefile:35: *** commands commence before first target. Stop.
That usually means that you edited the makefile on a Windows box, then
ftp'd it in binary mode to a *nix box and attempted to run it from
there. You need to either FTP it in ASCII mode, or run a dos2unix
utility on the file to strip out the \r's from the end of each line.
Regards, Peter
+------------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
+------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 04/10/01 PDT