diff options
author | lethal@linux-sh.org <lethal@linux-sh.org> | 2003-08-11 21:28:08 -0700 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:01:40 -0700 |
commit | 99bec174973b08343a0daefe35bbcdc1f263f192 (patch) | |
tree | 4b2db3b867d8687594f757bdb877f315f3ee2aae /tdb/Makefile | |
parent | a2822451e27dbc576343834e76d5382d5112ac24 (diff) |
[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/Makefile')
-rw-r--r-- | tdb/Makefile | 1 |
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 |