]> git.cworth.org Git - obsolete/notmuch-old/commit
Fix dependency generation for CLI sources
authorAustin Clements <amdragon@MIT.EDU>
Sun, 15 Jan 2012 20:20:23 +0000 (15:20 -0500)
committerDavid Bremner <bremner@debian.org>
Thu, 19 Jan 2012 13:16:50 +0000 (09:16 -0400)
commitedd25db019ada82b2c7499fce337dbed033205cf
tree83fe30b4f71b99bac5aaeb8a7c96515a1644a986
parentd51b7842149dcaedd02c4e5b6ba74a5bccd926a9
Fix dependency generation for CLI sources

Previously, the dependency file list was generated before the CLI
sources were added to SRCS, so dependency files weren't generated for
CLI sources.  This moves that code to after the CLI sources are added.
Makefile.local