From 57540a1952460fe88817ad53dc32274543cf0514 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Fri, 30 May 2014 10:43:04 +0300 Subject: build: generate sh.config for feeding configure results to shell scripts Only include the relevant information. Amended by David Bremner: Use a prefix NOTMUCH_ to minimize collisions with other variables. --- Makefile.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.local') diff --git a/Makefile.local b/Makefile.local index d5ee85ce..81ee3477 100644 --- a/Makefile.local +++ b/Makefile.local @@ -338,7 +338,7 @@ SRCS := $(SRCS) $(notmuch_client_srcs) CLEAN := $(CLEAN) notmuch notmuch-shared $(notmuch_client_modules) CLEAN := $(CLEAN) version.stamp notmuch-*.tar.gz.tmp -DISTCLEAN := $(DISTCLEAN) .first-build-message Makefile.config +DISTCLEAN := $(DISTCLEAN) .first-build-message Makefile.config sh.config DEPS := $(SRCS:%.c=.deps/%.d) DEPS := $(DEPS:%.cc=.deps/%.d) -- cgit v1.2.3