From fae77c92d65c7065d38846ecabcaa2fbbe024303 Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Thu, 18 Aug 2005 06:48:58 +0000 Subject: [PATCH] happy.sh was a hack --- Makefile | 2 +- happy.sh | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 happy.sh diff --git a/Makefile b/Makefile index 33eb91c..14078e0 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ all: build EvalHaskell.h build:: cd src ;\ $(GHC) -o setup --make Setup.hs ;\ - ./setup configure --prefix=$(PREFIX) --with-happy=$(TOP)/happy.sh ;\ + ./setup configure --prefix=$(PREFIX) ;\ ./setup build EvalHaskell.h: build diff --git a/happy.sh b/happy.sh deleted file mode 100644 index 3fdccf4..0000000 --- a/happy.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -happy -a -g -c $*