From: Julien Cristau Date: Thu, 30 Mar 2006 19:12:00 +0000 (+0000) Subject: Fix thinko: it's patch-stamp which needs to depend on abi-sed X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~654^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7a808abcdc7ed7c6761f57027312fb6e5a836e6a;p=ocaml.git Fix thinko: it's patch-stamp which needs to depend on abi-sed --- diff --git a/debian/rules b/debian/rules index 9d7767c6..7d76b415 100755 --- a/debian/rules +++ b/debian/rules @@ -46,10 +46,10 @@ abi-sed: 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 @@ config-stamp: configure abi-sed touch config-stamp -patch: abi-sed +patch-stamp: abi-sed # Architecture build: build-arch build-indep