From faf341f8e992eb47755e8c3c4452a7cc6aaa874d Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 18 May 2000 09:59:28 +0000 Subject: [PATCH] [project @ 2000-05-18 09:59:28 by simonmar] cosmetic only --- mk/config.mk.in | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/mk/config.mk.in b/mk/config.mk.in index 96c1852..b0295b2 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -371,18 +371,20 @@ FPTOOLS_TOP_ABS = @hardtop@ # but since the configure script has them on offer while # passing through, we might as well set them. -prefix = @prefix@ -exec_prefix = @exec_prefix@ -bindir = @bindir@ -#UNUSED, see below: libexecdir = @libexecdir@ -datadir = @datadir@ -#sysconfdir = @datadir@ -#sharedstatedir = @sharedstatedir@ -#localstatedir = @localstatedir@ -libdir = @libdir@ -includedir = @includedir@ -oldincludedir = @oldincludedir@ +prefix = @prefix@ +exec_prefix = @exec_prefix@ +bindir = @bindir@ +datadir = @datadir@ +#sysconfdir = @datadir@ +#sharedstatedir = @sharedstatedir@ +#localstatedir = @localstatedir@ +libdir = @libdir@ +includedir = @includedir@ +oldincludedir = @oldincludedir@ mandir = @mandir@ + +#UNUSED, see below: libexecdir = @libexecdir@ +#UNUSED:infodir = @infodir@ #UNUSED:srcdir = @srcdir@ # -- 1.7.10.4