Discussion:
[PATCH 1/2] use CFLAGS/LDFLAGS when linking
Mike Frysinger
2011-08-23 22:16:26 UTC
Permalink
Signed-off-by: Mike Frysinger <vapier-aBrp7R+bbdUdnm+***@public.gmane.org>
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index b0b6cb7..f637bfe 100644
--- a/Makefile
+++ b/Makefile
@@ -70,7 +70,7 @@ clean:
rm -f *.o *~ powertop DEADJOE core.* */*.o */*~ csstoh css.h

powertop: $(OBJS) $(HEADERS)
- $(CXX) $(OBJS) $(LIBS) -o powertop
+ $(CXX) $(CFLAGS) $(LDFLAGS) $(OBJS) $(LIBS) -o powertop
@(cd po/ && $(MAKE))

install: powertop
--
1.7.6
Loading...