gkdr/libomemo

could not compile: Makefile:23: *** missing separator. Stop.

Closed this issue · 1 comments

I only ran 'make' and it gives:
Makefile:23: *** missing separator. Stop.

gkdr commented

Two things:

  • There was no 'all' target, and I don't know what make usually does in this case. My version of make just ran the first target, creating the build dir.
  • There were in fact tabs missing, but my version of make did not complain about it, even when working the referenced faulty target.
    So, thanks for telling me. I actually wonder why make didn't complain.

I fixed this in c11e86e.

(Just in case you are trying to build lurch: Its makefile should call this one anyway.)