From: Ian Lynagh Date: Fri, 16 Mar 2007 16:59:57 +0000 (+0000) Subject: Add a comment X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=388ed76ebf24267cc2f9d752b7920b8c0085bec1 Add a comment --- diff --git a/libraries/Makefile b/libraries/Makefile index 2ce5176..30043ff 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -6,6 +6,8 @@ default_target: build ifeq "$(IN_BIN_DIST)" "1" include ../Makefile-vars else +# Ideally we'd just include something to give us variables +# for paths and arguments to tools etc, and those set in mk/build.mk. TOP=. include $(TOP)/mk/boilerplate.mk endif