Hello Ralf, On 7/28/08, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > > #When src/foo.c is newer than src/foo, > > #GNU make applies it's implicit rule, like this: > > # gcc -g -O2 ../ns/src/foo.c -o src/foo > > Yep. Kinda ugly. You should be able to work around it by adding > an empty rule: > > src/foo: ; Works great. Thank you!
- Re: dist_bin_SCRIPTS and implicit rules Ralf Wildenhues
- Re: dist_bin_SCRIPTS and implicit rules Ineiev