X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=bindings%2FMakefile.local;h=18f958359bf0c58e23b7dee7b3c9586dcc9c29ec;hb=449e77761e20bde2935531d1789945bd8270eb62;hp=11d11d4bcbeb19d217f221f8d250be0d4e2cde32;hpb=8a433aad9901f014e36f1b5cf36e2a6ac9cb466b;p=notmuch diff --git a/bindings/Makefile.local b/bindings/Makefile.local index 11d11d4b..18f95835 100644 --- a/bindings/Makefile.local +++ b/bindings/Makefile.local @@ -8,7 +8,8 @@ ifeq ($(HAVE_RUBY_DEV),1) cd $(dir)/ruby && \ EXTRA_LDFLAGS="$(NO_UNDEFINED_LDFLAGS)" \ LIBNOTMUCH="../../lib/$(LINKER_NAME)" \ - ruby extconf.rb --vendor + NOTMUCH_SRCDIR='$(NOTMUCH_SRCDIR)' \ + $(RUBY) extconf.rb --vendor $(MAKE) -C $(dir)/ruby endif @@ -17,3 +18,5 @@ CLEAN += $(patsubst %,$(dir)/ruby/%, \ Makefile database.o directory.o filenames.o\ init.o message.o messages.o mkmf.log notmuch.so query.o \ status.o tags.o thread.o threads.o) + +CLEAN += bindings/ruby/.vendorarchdir.time