commit | 045cdb42bd02fd21c2789bad83b77c432f7f7e15 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Thu Dec 21 19:35:42 2006 +0300 |
committer | Kir Kolyshkin <kir@openvz.org> | Thu Dec 21 19:35:42 2006 +0300 |
tree | 8ed78d55f967acd99a6eb95e728a203b52eceb6e | |
parent | 7a0c4a72f0f4a94f4430639486d5c83303458ab5 [diff] |
etc/Makefile.am: do not need to use builddir As I get it make is always in builddir, so no need to specify it explicitly. More to say, when you run ./configure in $top_srcdir, $builddir is not set and thus construction like '$(INSTALL_DATA) $(builddir)/$$file' tries to get the file from /, not from the current directory, which does not work.