On Mon, Oct 20, 2008 at 9:35 AM, Julian Leyh <[EMAIL PROTECTED]> wrote:
> make already knows how to compile C files, no need to call the
> compiler yourself ;)

On 4.4 i386 make does this:

$ make cpuid.c && ./cpuid
`cpuid.c' is up to date.
ksh: ./cpuid: not found

It does not produce a cpuid executable.

Reply via email to