~ubuntu-branches/ubuntu/warty/happy/warty

« back to all changes in this revision

Viewing changes to glafp-utils/mk/target.mk

  • Committer: Bazaar Package Importer
  • Author(s): Ian Lynagh (wibble)
  • Date: 2004-04-03 15:51:47 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040403155147-47pwz4txfls12i4q
Tags: 1.13-0tarball-5
Fix pragmas (missing #) in Parser.hs as recent GHCs were barfing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -----------------------------------------------------------------------------
2
 
# $Id: target.mk,v 1.1 2000/04/27 10:44:02 simonmar Exp $
 
2
# $Id: target.mk,v 1.2 2002/02/12 15:17:24 simonmar Exp $
3
3
#
4
4
# (c) The GHC Team 2000
5
5
6
6
 
7
 
include $(FPTOOLS_TOP)/mk/target.mk
 
7
TOP:=$(TOP)/..
 
8
include $(TOP)/mk/target.mk
 
9
TOP:=$(GLAFP_UTILS_TOP)