mirror of
https://github.com/corda/corda.git
synced 2025-02-27 11:36:42 +00:00
remove builtin.h from interpreter-depends, since it no longer exists
This commit is contained in:
parent
49a3c08cc9
commit
cc84e61561
3
makefile
3
makefile
@ -18,7 +18,7 @@ test = test
|
|||||||
jscheme = $(HOME)/p/jscheme-7.2/src
|
jscheme = $(HOME)/p/jscheme-7.2/src
|
||||||
swt = $(HOME)/p/swt-3.3-$(arch)/bin
|
swt = $(HOME)/p/swt-3.3-$(arch)/bin
|
||||||
|
|
||||||
input = $(cls)/Hello.class
|
input = $(cls)/GC.class
|
||||||
swt-input = $(cls)/HelloSWT.class
|
swt-input = $(cls)/HelloSWT.class
|
||||||
|
|
||||||
cxx = g++
|
cxx = g++
|
||||||
@ -85,7 +85,6 @@ interpreter-depends = \
|
|||||||
$(src)/constants.h \
|
$(src)/constants.h \
|
||||||
$(src)/run.h \
|
$(src)/run.h \
|
||||||
$(src)/jnienv.h \
|
$(src)/jnienv.h \
|
||||||
$(src)/builtin.h \
|
|
||||||
$(src)/machine.h
|
$(src)/machine.h
|
||||||
|
|
||||||
interpreter-sources = \
|
interpreter-sources = \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user