summaryrefslogtreecommitdiff
path: root/tdb
diff options
context:
space:
mode:
authorlethal@linux-sh.org <lethal@linux-sh.org>2003-08-11 21:28:08 -0700
committerGreg KH <gregkh@suse.de>2005-04-26 21:01:40 -0700
commit99bec174973b08343a0daefe35bbcdc1f263f192 (patch)
tree4b2db3b867d8687594f757bdb877f315f3ee2aae /tdb
parenta2822451e27dbc576343834e76d5382d5112ac24 (diff)
downloadsystemd-99bec174973b08343a0daefe35bbcdc1f263f192.tar.gz
[PATCH] Fix TDB cross compilation
The merge of tdb ended up breaking the ability to cross compile again, here's a bk patch that yanks CC out of the tdb Makefile, and in turn falls back on the exported CC value from the top-level Makefile which correctly sets it based off of the CROSS value.
Diffstat (limited to 'tdb')
-rw-r--r--tdb/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/tdb/Makefile b/tdb/Makefile
index 59fbb079bd..06e31fcc7f 100644
--- a/tdb/Makefile
+++ b/tdb/Makefile
@@ -3,7 +3,6 @@
#
CFLAGS = -DSTANDALONE -DTDB_DEBUG -g -DHAVE_MMAP=1
-CC = gcc
PROGS = tdbtest tdbtool tdbtorture
TDB_OBJ = tdb.o spinlock.o