unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
From: Jed Brown <jed@59A2.org>
To: notmuch@notmuchmail.org
Subject: [PATCH] Drop redundant CFLAGS, was already included in CXXFLAGS
Date: Fri, 20 Nov 2009 16:58:15 +0100	[thread overview]
Message-ID: <383ade90911200758w61d34d8dudfc2713208b55d9@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 74 bytes --]

---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

[-- Attachment #2: 0001-Drop-redundant-CFLAGS-was-already-included-in-CXXFLA.patch --]
[-- Type: text/x-patch, Size: 331 bytes --]

diff --git a/Makefile b/Makefile
index b6861e9..f9f7af0 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ include lib/Makefile.local
 include Makefile.config
 
 %.o: %.cc $(all_deps)
-	$(CXX) -c $(CFLAGS) $(CXXFLAGS) $< -o $@
+	$(CXX) -c $(CXXFLAGS) $< -o $@
 
 %.o: %.c $(all_deps)
 	$(CC) -c $(CFLAGS) $< -o $@

             reply	other threads:[~2009-11-20 15:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-20 15:58 Jed Brown [this message]
2009-11-21  0:24 ` [PATCH] Drop redundant CFLAGS, was already included in CXXFLAGS Carl Worth

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://notmuchmail.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=383ade90911200758w61d34d8dudfc2713208b55d9@mail.gmail.com \
    --to=jed@59a2.org \
    --cc=notmuch@notmuchmail.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).