diff options
author | Ian Lynagh <igloo@earth.li> | 2008-07-10 13:26:54 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-07-10 13:26:54 +0000 |
commit | 2f0b9e3de396b43af564ecf57beb901d150f8936 (patch) | |
tree | 9177f8570772bf844a20e08b33ec7cac6176634b /compiler/Makefile | |
parent | 422a9829583338fb9f0462ba3846b1bcfe73e7de (diff) | |
download | haskell-2f0b9e3de396b43af564ecf57beb901d150f8936.tar.gz |
Remove remnants of javaGen
Diffstat (limited to 'compiler/Makefile')
-rw-r--r-- | compiler/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler/Makefile b/compiler/Makefile index 41e5fec71c..34f2ea3932 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -419,11 +419,6 @@ else SRC_HC_OPTS += -DOMIT_NATIVE_CODEGEN endif -ifeq ($(GhcWithJavaGen),YES) -ALL_DIRS += javaGen -SRC_HC_OPTS += -DJAVA -endif - ifeq "$(BootingFromHc)" "YES" # HC files are always from a self-booted compiler bootstrapped = YES |