summaryrefslogtreecommitdiff
path: root/Makefile.cross
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2012-07-13 15:54:11 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2012-07-13 15:54:11 +0000
commitec130202a36a5a345bae8ca4b01821afeb84f12b (patch)
treefa5e2c786c9d9fef70086cdb619216f25d76ee73 /Makefile.cross
parente416affb8050d862912bd912be7235dfd16fa6aa (diff)
Add sqlite3 to NO_CROSS since it depends on libreadline - this would then
require cross-gnu to build before we can build cross-bin.
Diffstat (limited to 'Makefile.cross')
-rw-r--r--Makefile.cross3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.cross b/Makefile.cross
index c01d6cd316a..94a2200f117 100644
--- a/Makefile.cross
+++ b/Makefile.cross
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.cross,v 1.52 2012/06/20 18:45:44 matthew Exp $
+# $OpenBSD: Makefile.cross,v 1.53 2012/07/13 15:54:10 jsing Exp $
cross-tools: cross-includes cross-binutils cross-gcc cross-lib
cross-distrib: cross-tools cross-bin cross-share cross-sys cross-etc-root-var
@@ -133,6 +133,7 @@ NO_CROSS+=microcode
NO_CROSS+=groff lynx binutils binutils-2.17 perl texinfo gcc cvs
NO_CROSS+=nsd
NO_CROSS+=nginx
+NO_CROSS+=sqlite3
cross-dirs: ${CROSSDIRS}
cross-obj: ${CROSSOBJ}