summaryrefslogtreecommitdiff
path: root/utils/hsc2hs
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2007-06-22 07:56:02 +0000
committerSimon Marlow <simonmar@microsoft.com>2007-06-22 07:56:02 +0000
commitd7df1559b3f44603e78062e9eed5c13a453aa7f4 (patch)
tree709315eb17001663987317e754b640b2c65a2d77 /utils/hsc2hs
parent3369e8c367088ec4caba7beee0b933696630a5e9 (diff)
downloadhaskell-d7df1559b3f44603e78062e9eed5c13a453aa7f4.tar.gz
remove unnecessary cruft
Diffstat (limited to 'utils/hsc2hs')
-rw-r--r--utils/hsc2hs/hsc2hs.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/utils/hsc2hs/hsc2hs.sh b/utils/hsc2hs/hsc2hs.sh
index fe00d45036..62b5a58bbf 100644
--- a/utils/hsc2hs/hsc2hs.sh
+++ b/utils/hsc2hs/hsc2hs.sh
@@ -1,13 +1,2 @@
-
tflag="--template=$HSC2HS_DIR/template-hsc.h"
-for arg do
- case "$arg" in
- -c*) HSC2HS_EXTRA=;;
- --cc=*) HSC2HS_EXTRA=;;
- -t*) tflag=;;
- --template=*) tflag=;;
- --) break;;
- esac
-done
-
$HSC2HS_BINDIR/$HS_PROG $tflag $HSC2HS_EXTRA "$@"