From 40703335ae3b4ba6bf8b4943a8f40a8e6328124a Mon Sep 17 00:00:00 2001 From: simonmar <unknown> Date: Tue, 12 Feb 2002 10:52:47 +0000 Subject: [PATCH] [project @ 2002-02-12 10:52:47 by simonmar] wibbles --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 3c63cbd..d68eda5 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.2 2002/02/07 11:13:30 simonmar Exp $ +# $Id: Makefile,v 1.3 2002/02/12 10:52:47 simonmar Exp $ -TOP=../.. +TOP=.. include $(TOP)/mk/boilerplate.mk ALL_DIRS = -PKG = haskell98 +PACKAGE = haskell98 include $(TOP)/mk/target.mk -- GitLab