[Pkg-ocaml-maint-commits] [opam] 04/12: Do not call make autogen anymore
Mehdi Dogguy
mehdi at moszumanska.debian.org
Wed Oct 22 22:12:54 UTC 2014
This is an automated email from the git hooks/post-receive script.
mehdi pushed a commit to branch master
in repository opam.
commit 661f49777d99b02e23fca350c44407f6dc67ae56
Author: Mehdi Dogguy <mehdi at debian.org>
Date: Wed Oct 22 22:43:05 2014 +0200
Do not call make autogen anymore
---
debian/rules | 1 -
1 file changed, 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index ef08072..efb3e5e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,6 @@ BINEXT = $(if $(OCAML_OPT_ARCH),native,byte)
.PHONY: override_dh_auto_configure
override_dh_auto_configure:
./configure
- $(MAKE) autogen
for file in `ls -1 debian/buildsys/`; do \
ln -s debian/buildsys/$$file; \
done
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/opam.git
More information about the Pkg-ocaml-maint-commits
mailing list