[Pkg-ocaml-maint-commits] [mysql-ocaml] 01/02: Fix compilation on bytecode architectures

Stéphane Glondu glondu at moszumanska.debian.org
Sun Dec 8 14:20:48 UTC 2013


This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository mysql-ocaml.

commit 13fa51dd4729758fab489ea70d24b205950c4627
Author: Stephane Glondu <steph at glondu.net>
Date:   Sun Dec 8 15:14:56 2013 +0100

    Fix compilation on bytecode architectures
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 0a15396..9719ead 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ override_dh_auto_configure:
 
 .PHONY: override_dh_auto_build
 override_dh_auto_build:
-	$(MAKE)
+	$(MAKE) all
 ifneq ($(OCAML_OPT_ARCH),)
 	$(MAKE) opt
 endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/mysql-ocaml.git



More information about the Pkg-ocaml-maint-commits mailing list