remove builtin.h from interpreter-depends, since it no longer exists

This commit is contained in:
Joel Dice 2007-09-19 07:48:55 -06:00
parent 49a3c08cc9
commit cc84e61561

View File

@ -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 = \