From 25c751d0dc251fad8a0bdbfb88bd9af50aac52f2 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 10 Nov 2002 22:19:23 +0000 Subject: 2002-11-10 Roland McGrath * config.make.in (includedir): New variable, substituted by configure. Reported missing by Jocelyn Fournier . * Makeconfig (includedir): Use $(prefix), not $(exec_prefix). --- Makeconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makeconfig') diff --git a/Makeconfig b/Makeconfig index 3ee4ece..b721c4b 100644 --- a/Makeconfig +++ b/Makeconfig @@ -182,7 +182,7 @@ endif # Where to install the header files. ifndef includedir -includedir = $(exec_prefix)/include +includedir = $(prefix)/include endif inst_includedir = $(install_root)$(includedir) -- cgit v1.1