]> www.infradead.org Git - mtd-utils.git/commit
Makefile: fix install target with out-of-tree builds
authorMike Frysinger <vapier@gentoo.org>
Sat, 19 Nov 2011 21:00:07 +0000 (16:00 -0500)
committerArtem Bityutskiy <Artem.Bityutskiy@intel.com>
Tue, 22 Nov 2011 21:31:18 +0000 (23:31 +0200)
commit952f4b15bd0bbcd2d7ef1a60e316fab309dcce5a
tree97fb66ca8aca2b408e2ee37703f7e57ad9570b0a
parentd37fcc0afd0d4a14c56812847e8e4257d0a99e3b
Makefile: fix install target with out-of-tree builds

The install target always looks for the compiled binaries in the working
directory which breaks when doing something like `make CHOST=... install`.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@intel.com>
Makefile