Forum OpenACS Development: Very simple Makefile

Collapse
3: Very simple Makefile (response to 1)
Posted by Daniel D on
Hello Joel,

Thank you for the prompt reply. I have created a file "Makefile" and I did copy&paste your sample into it. Now I do have this error:

[service0@oddjob xml]$ make
Makefile:10: *** missing separator (did you mean TAB instead of 8 spaces?).  Stop.
[1]+  Done                    emacs Makefile
[service0@oddjob xml]$

Thank you for your time.

DanielD

Collapse
4: Re: Very simple Makefile (response to 3)
Posted by Joel Aufrecht on
Make is very picky.  Search for tabs and replace them with eight spaces.  Or the other way around.