X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=4ca74a3ff25a223140d6022fa1d5769393f53bd0;hb=3e4a9d60a9419621b08c647a306843d76c47c2cb;hp=619392d39562aa1f6553e762b91b01106f689061;hpb=25f3185ad088673cb00f4f3ecba60cd9614bbc40;p=notmuch diff --git a/Makefile b/Makefile index 619392d3..4ca74a3f 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ all: # List all subdirectories here. Each contains its own Makefile.local -subdirs = compat completion emacs lib +subdirs = compat completion emacs lib test # We make all targets depend on the Makefiles themselves. global_deps = Makefile Makefile.config Makefile.local \ @@ -19,7 +19,7 @@ extra_cxxflags := # Makefile.config if it doesn't exist yet. And add Makefile.config to # our global dependency list. include Makefile.config -Makefile.config: configure +Makefile.config: $(srcdir)/configure @echo "" @echo "Note: Calling ./configure with no command-line arguments. This is often fine," @echo " but if you want to specify any arguments (such as an alternate prefix"