Change the libpayload "make install" default destination to be the source directory. Libpayload is not a runtime library and has many different configurations for different payloads, so doesn't really belong in /opt.

Signed-off-by: Cai Bai Yin <caibaiyin.pku@gmail.com>
Acked-By: Marc Jones <marcj303@gmail.com>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5639 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Cai Bai Yin 2010-06-22 17:24:11 +00:00 committed by Marc Jones
parent 49cdb0c052
commit d0bac7edab
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ HOSTCXX = g++
HOSTCFLAGS := -I$(srck) -I$(objk) -pipe
HOSTCXXFLAGS := -I$(srck) -I$(objk) -pipe
DESTDIR = /opt
DESTDIR = $(src)/install
DOXYGEN := doxygen
DOXYGEN_OUTPUT_DIR := doxygen