X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2FDEVEL%2Focaml-http%2Fdebian%2Frules;h=b86c61d2827671db9e0f7f00fb7a8bfbb376b638;hb=e42a9a3eabac1d284a37a8f5e22d6e73b0dc887f;hp=b6652614facd9e71352ede10407cebdf7bde1268;hpb=592dca18b8f2bd19c3020bc1bb1f0270188e347a;p=helm.git diff --git a/helm/software/DEVEL/ocaml-http/debian/rules b/helm/software/DEVEL/ocaml-http/debian/rules index b6652614f..b86c61d28 100755 --- a/helm/software/DEVEL/ocaml-http/debian/rules +++ b/helm/software/DEVEL/ocaml-http/debian/rules @@ -4,10 +4,9 @@ include /usr/share/cdbs/1/class/makefile.mk include /usr/share/cdbs/1/class/ocaml.mk PKGNAME = libhttp-ocaml-dev - -DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(CURDIR)/debian/$(PKGNAME)$(OCAML_STDLIB_DIR) - -ifeq ($(HAVE_OCAMLOPT),yes) -build/$(PKGNAME):: - $(MAKE) opt +OCAML_OCAMLDOC_PACKAGES = $(OCAML_LIBDEV_PACKAGES) +DEB_MAKE_BUILD_TARGET = all +ifeq ($(OCAML_HAVE_OCAMLOPT),yes) +DEB_MAKE_BUILD_TARGET += opt endif +DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(CURDIR)/debian/$(PKGNAME)$(OCAML_STDLIB_DIR)