From 388ed76ebf24267cc2f9d752b7920b8c0085bec1 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 16 Mar 2007 16:59:57 +0000 Subject: [PATCH] Add a comment --- libraries/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 -- 1.7.10.4