summaryrefslogtreecommitdiffstats
path: root/package/Makefile.in
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2012-10-13 01:33:38 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-10-13 22:24:14 +0200
commitfbb872a0c1e228509efebf50b644a5993ad4841f (patch)
tree4cc0e5e78496184bfc679d5109cedb0f73888c73 /package/Makefile.in
parentee1dd812881cc7928e11addaa18e8185d2b02000 (diff)
downloadbuildroot-novena-fbb872a0c1e228509efebf50b644a5993ad4841f.tar.gz
buildroot-novena-fbb872a0c1e228509efebf50b644a5993ad4841f.zip
package infra: remove empty TARGET_CPPFLAGS def
It's unneeded, just fills the next match (LARGEFILE) with a leading space. Fixes http://autobuild.buildroot.net/results/ad5772d19036a0c5564228ac7aba953d35a3cf85/build-end.log since SCons can't handle leading whitespace in LDFLAGS gracefully. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/Makefile.in')
-rw-r--r--package/Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/Makefile.in b/package/Makefile.in
index 45213c12c..a9398822d 100644
--- a/package/Makefile.in
+++ b/package/Makefile.in
@@ -85,8 +85,6 @@ ifeq ($(BR2_DEBUG_3),y)
TARGET_DEBUGGING=-g3
endif
-TARGET_CPPFLAGS =
-
ifeq ($(BR2_LARGEFILE),y)
TARGET_CPPFLAGS += -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
endif