File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,8 @@ SPAWN_HELPER := spawn-helper/spawn-helper
26
26
RUBY_HEADERS := $(wildcard $(ROOT ) /lib/cext/include/* .h) $(wildcard $(ROOT ) /lib/cext/include/* /* .h) $(wildcard $(ROOT ) /lib/cext/include/* /* /* .h)
27
27
RBCONFIG := $(ROOT ) /lib/truffle/rbconfig.rb
28
28
RBCONFIG_MKMF := $(ROOT ) /lib/truffle/rbconfig-for-mkmf.rb
29
- PREPROCESS := $(ROOT ) /lib/cext/preprocess.rb
30
29
MKMF := $(ROOT ) /lib/mri/mkmf.rb
31
- BASIC_EXTCONF_DEPS := $(SPAWN_HELPER ) $(TRUFFLE_POSIX ) $(RUBY_HEADERS ) $(RBCONFIG ) $(RBCONFIG_MKMF ) $(PREPROCESS ) $( MKMF )
30
+ BASIC_EXTCONF_DEPS := $(SPAWN_HELPER ) $(TRUFFLE_POSIX ) $(RUBY_HEADERS ) $(RBCONFIG ) $(RBCONFIG_MKMF ) $(MKMF )
32
31
# These libraries are needed for try_link() in extconf.rb
33
32
EXTCONF_DEPS := $(BASIC_EXTCONF_DEPS ) cext/libtruffleruby.$(DLEXT )
34
33
You can’t perform that action at this time.
0 commit comments