[Pkg-ocaml-maint-commits] r3167 - /trunk/packages/ocamlnet/trunk/debian/rules

zack at users.alioth.debian.org zack at users.alioth.debian.org
Sun Sep 17 14:27:16 UTC 2006


Author: zack
Date: Sun Sep 17 14:27:15 2006
New Revision: 3167

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3167
Log:
typo with OCAML_HAVE_OCAMLOPT

Modified:
    trunk/packages/ocamlnet/trunk/debian/rules

Modified: trunk/packages/ocamlnet/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlnet/trunk/debian/rules?rev=3167&op=diff
==============================================================================
--- trunk/packages/ocamlnet/trunk/debian/rules (original)
+++ trunk/packages/ocamlnet/trunk/debian/rules Sun Sep 17 14:27:15 2006
@@ -14,7 +14,7 @@
 	cd src/ && ./configure -enable-compatcgi -datadir $(NETDBDESTDIR)
 	find src -name depend -exec rm -f {} \;
 
-ifeq ($(HAVE_OCAMLOPT),yes)
+ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
 build/$(PKGNAME)::
 	$(MAKE) -C $(DEB_SRCDIR) opt
 endif




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