aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorPrashanth Mundkur <prashanth.mundkur@gmail.com>2016-07-16 16:39:50 -0700
committerAndrew Waterman <waterman@eecs.berkeley.edu>2016-07-16 16:39:50 -0700
commitdc939be3b31a8d78690583ecccad286b8a2a8f76 (patch)
tree1730a7900c56cffca133392f7341ad86cf0d28f1 /Makefile.in
parent748eee73a12b9263bf80a9ca9e8a40ce57a8da6d (diff)
downloadriscv-pk-dc939be3b31a8d78690583ecccad286b8a2a8f76.zip
riscv-pk-dc939be3b31a8d78690583ecccad286b8a2a8f76.tar.gz
riscv-pk-dc939be3b31a8d78690583ecccad286b8a2a8f76.tar.bz2
Support 32bit build (#27)
* Support configuration for a 32-bit build. * Regenerate configure.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 8babada..b2aca28 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -58,7 +58,7 @@ ifeq ($(enable_stow),yes)
stow_pkg_dir := $(prefix)/pkgs
INSTALLDIR ?= $(DESTDIR)/$(stow_pkg_dir)/$(project_name)-$(project_ver)
else
- INSTALLDIR ?= $(DESTDIR)/$(prefix)
+ INSTALLDIR ?= $(DESTDIR)/$(prefix)/@install_subdir@
endif
install_hdrs_dir := $(INSTALLDIR)/include/$(project_name)