[Pkg-ocaml-maint-commits] r1217 - trunk/tools/dh_ocaml

Stefano Zacchiroli zack@costa.debian.org
Thu, 07 Apr 2005 13:48:58 +0000


Author: zack
Date: 2005-04-07 13:48:57 +0000 (Thu, 07 Apr 2005)
New Revision: 1217

Modified:
   trunk/tools/dh_ocaml/Makefile
Log:
builds autoscripts per default


Modified: trunk/tools/dh_ocaml/Makefile
===================================================================
--- trunk/tools/dh_ocaml/Makefile	2005-04-07 13:48:33 UTC (rev 1216)
+++ trunk/tools/dh_ocaml/Makefile	2005-04-07 13:48:57 UTC (rev 1217)
@@ -8,7 +8,7 @@
 NEW_DEBHELPER_DIR = debhelper-$(NEW_DEBHELPER_VERSION)
 
 # all: ocaml-md5sums $(SCRIPTS) debhelper
-all: ocaml-md5sums
+all: ocaml-md5sums $(SCRIPTS)
 
 ocaml-md5sums: ocaml-md5sums.ml
 	ocamlfind ocamlc -package str,unix -linkpkg -o $@ $<
@@ -25,7 +25,7 @@
 		&& dch --newversion $(NEW_DEBHELPER_VERSION) "added dh_ocaml"	\
 		&& debuild binary
 
-%: %.in update-md5sum.sh
+%: %.in
 	wml -p 1-3 $< > $@
 
 clean: