diff --git a/makefile b/makefile index de30bb7a0b..2ac16ef0a1 100644 --- a/makefile +++ b/makefile @@ -18,7 +18,7 @@ test = test jscheme = $(HOME)/p/jscheme-7.2/src swt = $(HOME)/p/swt-3.3-$(arch)/bin -input = $(cls)/Hello.class +input = $(cls)/GC.class swt-input = $(cls)/HelloSWT.class cxx = g++ @@ -85,7 +85,6 @@ interpreter-depends = \ $(src)/constants.h \ $(src)/run.h \ $(src)/jnienv.h \ - $(src)/builtin.h \ $(src)/machine.h interpreter-sources = \