From dc939be3b31a8d78690583ecccad286b8a2a8f76 Mon Sep 17 00:00:00 2001 From: Prashanth Mundkur Date: Sat, 16 Jul 2016 16:39:50 -0700 Subject: Support 32bit build (#27) * Support configuration for a 32-bit build. * Regenerate configure. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') 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) -- cgit v1.1