> the program compiled and now i want the program to make install.
> but first i'd like to see where it intends on installing stuff.

  make -n

On make's man page:

  -n  Print the commands that would be executed, but do not
      execute them.


Enjoy!

-bill!

Reply via email to