From 2f0b9e3de396b43af564ecf57beb901d150f8936 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 10 Jul 2008 13:26:54 +0000 Subject: Remove remnants of javaGen --- compiler/Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'compiler/Makefile') 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 -- cgit v1.2.1