aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2012-05-03 12:31:00 -0700
committerStephen Hines <srhines@google.com>2012-05-03 15:36:11 -0700
commitd6917e1d149f189125eb555e25c056886e548c75 (patch)
tree02673a7d324ba3065e905a744408056c615e6c97
parent274926b0bcde562d51cbcf401a6f4a20cc2ddd70 (diff)
downloadlibbcc-d6917e1d149f189125eb555e25c056886e548c75.tar.gz
Revert "Define HAVE_BCC_CONFIG_MK_H for ConfigFromMk.h."
This reverts commit d2068d48166ea2a019faa169ebf15c2edc66b775.
-rw-r--r--Config.h2
-rw-r--r--libbcc-gen-build-stamp.mk4
2 files changed, 0 insertions, 6 deletions
diff --git a/Config.h b/Config.h
index c1f4133..b1ea833 100644
--- a/Config.h
+++ b/Config.h
@@ -1,9 +1,7 @@
#ifndef BCC_CONFIG_H
#define BCC_CONFIG_H
-#ifdef HAVE_BCC_CONFIG_MK_H
#include "ConfigFromMk.h"
-#endif
//---------------------------------------------------------------------------
// Configuration for Disassembler
diff --git a/libbcc-gen-build-stamp.mk b/libbcc-gen-build-stamp.mk
index a2d8374..22fe81d 100644
--- a/libbcc-gen-build-stamp.mk
+++ b/libbcc-gen-build-stamp.mk
@@ -55,7 +55,3 @@ $(GEN): $(LOCAL_PATH)/tools/build/gen-build-stamp.py $(LOCAL_LIBBCC_LIB_DEPS) \
$(transform-generated-source)
LOCAL_GENERATED_SOURCES += $(GEN)
-
-LOCAL_CFLAGS := \
- -DHAVE_BCC_CONFIG_MK_H \
- $(LOCAL_CFLAGS)