X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2FMakefile.local;h=18f958359bf0c58e23b7dee7b3c9586dcc9c29ec;hp=17b561caac52dfc17a1f4fc9e56758b32dbb25fd;hb=7eb9615b30274033cc0c828244569c709906c40b;hpb=e1c1d33f3726f5cadb2f92d23735dcd1102fbc88 diff --git a/bindings/Makefile.local b/bindings/Makefile.local index 17b561ca..18f95835 100644 --- a/bindings/Makefile.local +++ b/bindings/Makefile.local @@ -9,7 +9,7 @@ ifeq ($(HAVE_RUBY_DEV),1) EXTRA_LDFLAGS="$(NO_UNDEFINED_LDFLAGS)" \ LIBNOTMUCH="../../lib/$(LINKER_NAME)" \ NOTMUCH_SRCDIR='$(NOTMUCH_SRCDIR)' \ - ruby extconf.rb --vendor + $(RUBY) extconf.rb --vendor $(MAKE) -C $(dir)/ruby endif @@ -18,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