[Pkg-ocaml-maint-commits] r2612 -
trunk/packages/ocaml/branches/3.09.2~rc1/debian
Julien Cristau
jcristau-guest at costa.debian.org
Thu Mar 30 19:12:01 UTC 2006
Author: jcristau-guest
Date: 2006-03-30 19:12:00 +0000 (Thu, 30 Mar 2006)
New Revision: 2612
Modified:
trunk/packages/ocaml/branches/3.09.2~rc1/debian/rules
Log:
Fix thinko: it's patch-stamp which needs to depend on abi-sed
Modified: trunk/packages/ocaml/branches/3.09.2~rc1/debian/rules
===================================================================
--- trunk/packages/ocaml/branches/3.09.2~rc1/debian/rules 2006-03-30 18:57:15 UTC (rev 2611)
+++ trunk/packages/ocaml/branches/3.09.2~rc1/debian/rules 2006-03-30 19:12:00 UTC (rev 2612)
@@ -46,10 +46,10 @@
touch $@
abi-sed-clean:
+ rm -f abi-sed
for t in `find debian/ -name \*.in | grep -v debian/control.in`; do \
rm -f $${t%.in}; \
done
- rm -f abi-sed
# Generate ocaml-native-compilers' Architecture field.
# Should never be called automatically.
@@ -82,7 +82,7 @@
touch config-stamp
-patch: abi-sed
+patch-stamp: abi-sed
# Architecture
build: build-arch build-indep
More information about the Pkg-ocaml-maint-commits
mailing list