All of lore.kernel.org
 help / color / mirror / Atom feed
From: Magnus Fromreide <magfr at lysator.liu.se>
To: powertop@lists.01.org
Subject: [Powertop] [PATCH 1/3] Remove unknown symbol
Date: Mon, 21 May 2012 21:39:47 +0200	[thread overview]
Message-ID: <1337631427.2616.0.camel@sara> (raw)

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

Nothing sets the symbol NCURES_LIBS and NCURSES_LIBS is already in the link
line, so this patch removes the misspelled version.

Signed-off-by: Magnus Fromreide <magfr(a)lysator.liu.se>
---
 src/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index b396691..e26c8bc 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -40,7 +40,7 @@ powertop_CPPFLAGS = -D_FORTIFY_SOURCE=2 $(NCURSES_CFLAGS) $(PCIUTILS_CFLAGS) $(L
 
 powertop_LDADD = ../pevent/libparseevent.la
 
-AM_LDFLAGS = $(LIBS) $(NCURSES_LIBS) $(PCIUTILS_LIBS) $(LIBNL_LIBS) $(LIBZ_LIBS) $(NCURES_LIBS) $(PTHREAD_LIBS)  $(RESOLV_LIBS)
+AM_LDFLAGS = $(LIBS) $(NCURSES_LIBS) $(PCIUTILS_LIBS) $(LIBNL_LIBS) $(LIBZ_LIBS) $(PTHREAD_LIBS)  $(RESOLV_LIBS)
 
 BUILT_SOURCES = css.h
 CLEANFILES = css.h
-- 
1.7.10


             reply	other threads:[~2012-05-21 19:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-21 19:39 Magnus Fromreide [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-05-21 22:16 [Powertop] [PATCH 1/3] Remove unknown symbol Chris Ferron

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

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

  git send-email \
    --in-reply-to=1337631427.2616.0.camel@sara \
    --to=powertop@lists.01.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.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.