X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=b0295b2e6f4bb734df69145b4f1f6f9445b6fc47;hb=faf341f8e992eb47755e8c3c4452a7cc6aaa874d;hp=96c185210595cc7c14d7cf9246c0fa8253385af5;hpb=64ae0dee5ba31f16837412c6bf9e9fbb1772a7fb;p=ghc-hetmet.git 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@ #