From: simonmar Date: Thu, 27 Apr 2000 10:44:02 +0000 (+0000) Subject: [project @ 2000-04-27 10:44:02 by simonmar] X-Git-Tag: Approximately_9120_patches~4594 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=50531e3f1cdf1b2e5db3a7400447fd6fed9b74a8;p=ghc-hetmet.git [project @ 2000-04-27 10:44:02 by simonmar] Give this subdir a proper target.mk, and set $(TOP) properly in boilerplate.mk. --- diff --git a/glafp-utils/mk/boilerplate.mk b/glafp-utils/mk/boilerplate.mk index f2129e5..e85cfe9 100644 --- a/glafp-utils/mk/boilerplate.mk +++ b/glafp-utils/mk/boilerplate.mk @@ -1,10 +1,10 @@ -################################################################################# +################################################################################ # # GHC boilerplate.mk # # Boilerplate Makefile for an fptools project # -################################################################################# +################################################################################ # Begin by slurping in the boilerplate from one level up. # Remember, TOP is the top level of the innermost level @@ -16,6 +16,8 @@ TOP:=$(GLAFP_UTILS_TOP)/.. include $(TOP)/mk/boilerplate.mk +TOP:=$(GLAFP_UTILS_TOP) + # ----------------------------------------------------------------- # Everything after this point # augments or overrides previously set variables. diff --git a/glafp-utils/mk/target.mk b/glafp-utils/mk/target.mk new file mode 100644 index 0000000..df719ac --- /dev/null +++ b/glafp-utils/mk/target.mk @@ -0,0 +1,7 @@ +# ----------------------------------------------------------------------------- +# $Id: target.mk,v 1.1 2000/04/27 10:44:02 simonmar Exp $ +# +# (c) The GHC Team 2000 +# + +include $(FPTOOLS_TOP)/mk/target.mk