Fix thinko: it's patch-stamp which needs to depend on abi-sed
authorJulien Cristau <julien.cristau@ens-lyon.org>
Thu, 30 Mar 2006 19:12:00 +0000 (19:12 +0000)
committerJulien Cristau <julien.cristau@ens-lyon.org>
Thu, 30 Mar 2006 19:12:00 +0000 (19:12 +0000)
debian/rules

index 9d7767c6cd2f82053f1b29c547b8da82f36eebe9..7d76b415fa30706eba0ce184236f157336d7617c 100755 (executable)
@@ -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