happy.sh was a hack

This commit is contained in:
Don Stewart 2005-08-18 06:48:58 +00:00
parent bbd6456dff
commit fae77c92d6
2 changed files with 1 additions and 3 deletions

View File

@ -10,7 +10,7 @@ all: build EvalHaskell.h
build:: build::
cd src ;\ cd src ;\
$(GHC) -o setup --make Setup.hs ;\ $(GHC) -o setup --make Setup.hs ;\
./setup configure --prefix=$(PREFIX) --with-happy=$(TOP)/happy.sh ;\ ./setup configure --prefix=$(PREFIX) ;\
./setup build ./setup build
EvalHaskell.h: build EvalHaskell.h: build

View File

@ -1,2 +0,0 @@
#!/bin/sh
happy -a -g -c $*