projects
/
ocaml.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e97c21
)
Fix thinko: it's patch-stamp which needs to depend on abi-sed
author
Julien Cristau
<julien.cristau@ens-lyon.org>
Thu, 30 Mar 2006 19:12:00 +0000
(19:12 +0000)
committer
Julien Cristau
<julien.cristau@ens-lyon.org>
Thu, 30 Mar 2006 19:12:00 +0000
(19:12 +0000)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 9d7767c6cd2f82053f1b29c547b8da82f36eebe9..7d76b415fa30706eba0ce184236f157336d7617c 100755
(executable)
--- 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