i am trying to compile upstart for my server and i am able to
./configure
but just after that,
make
shoots back this error
make: *** No targets specified and no makefile found. Stop.
I looked around and some people alluded to there not actually being a 'Makefile', that is without an extension. The only files I find are 'Makefile.am' and 'Makefile.in' and there should be an additional 'Makefile' from what I can gather. I changed the name of the 'Makefile.in' to 'Makefile', but that doesn't do. Probably not right, either. Any help is greatly appreciated. Thanks!