[notmuch] [PATCH] Drop redundant CFLAGS, was already included in CXXFLAGS

2009-11-21 Thread Carl Worth
On Fri, 20 Nov 2009 16:58:15 +0100, Jed Brown wrote: > %.o: %.cc $(all_deps) > - $(CXX) -c $(CFLAGS) $(CXXFLAGS) $< -o $@ > + $(CXX) -c $(CXXFLAGS) $< -o $@ Thanks, Jed! It was nice to get the patch, (which is pushed now). But it was even nicer to get the encouragement to display text

[notmuch] [PATCH] Drop redundant CFLAGS, was already included in CXXFLAGS

2009-11-20 Thread Jed Brown
--- Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- next part -- A non-text attachment was scrubbed... Name: 0001-Drop-redundant-CFLAGS-was-already-included-in-CXXFLA.patch Type: text/x-patch Size: 330 bytes Desc: not available URL: