X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=bindings%2FMakefile.local;h=18f958359bf0c58e23b7dee7b3c9586dcc9c29ec;hb=7fe3062cf289cc06a3b06934e76da00373d79523;hp=4ecf839d7c18138281c7894ce7274b2f52700139;hpb=233b5528cd405de0e0d8c7b3f5d7729614bee8aa;p=notmuch diff --git a/bindings/Makefile.local b/bindings/Makefile.local index 4ecf839d..18f95835 100644 --- a/bindings/Makefile.local +++ b/bindings/Makefile.local @@ -8,10 +8,9 @@ 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 -else - @echo Missing dependency, skipping ruby bindings endif CLEAN += $(patsubst %,$(dir)/ruby/%, \ @@ -19,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