X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=DEVEL%2Focaml-http%2Fdebian%2Frules;h=51b217617e57053f38ee694e6f0461450b84ac00;hb=24271ddeeb5b5d508b411605a852f8fe1de2f32b;hp=b6652614facd9e71352ede10407cebdf7bde1268;hpb=3fa1adc05814955e6d94f3228514ea1a995b16f3;p=helm.git diff --git a/DEVEL/ocaml-http/debian/rules b/DEVEL/ocaml-http/debian/rules index b6652614f..51b217617 100755 --- a/DEVEL/ocaml-http/debian/rules +++ b/DEVEL/ocaml-http/debian/rules @@ -5,9 +5,9 @@ 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 +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)