Skip to content
Snippets Groups Projects
Commit 50531e3f authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-04-27 10:44:02 by simonmar]

Give this subdir a proper target.mk, and set $(TOP) properly in
boilerplate.mk.
parent 2711c31f
No related branches found
No related tags found
No related merge requests found
#################################################################################
################################################################################
#
# 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.
......
# -----------------------------------------------------------------------------
# $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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment