From 08e0faa2da3e574ca96a517fc55b4b1c8de9b6c1 Mon Sep 17 00:00:00 2001 From: Steven Luo Date: Thu, 10 Dec 2009 20:53:26 -0800 Subject: [PATCH] Remove a redundant -Wall from CPPFLAGS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e6199a8..3ba4f40 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC = gcc CFLAGS = -Wall -Os -mcpu=arm1136jf-s -mthumb -CPPFLAGS = -Wall `pkg-config --cflags dbus-glib-1` +CPPFLAGS = `pkg-config --cflags dbus-glib-1` LDFLAGS = `pkg-config --libs dbus-glib-1` PREFIX = /usr/local -- 1.7.9.5