Patch #1001 2006-04-15 07:01
prakashp
fix race with Makefile.am for autorevision- Download
- 1001-fix_race_with.patch (366 bytes)
--- src/tools/autorevision/Makefile.am~ 2006-04-15 08:40:04.000000000 +0200
+++ src/tools/autorevision/Makefile.am 2006-04-15 08:59:06.000000000 +0200
@@ -1,5 +1,5 @@
noinst_PROGRAMS = auto_revision
auto_revision_SOURCES = autorevision.cpp
-all-local:
+all-local:auto_revision
./auto_revision +int +wx +t $(top_srcdir) $(srcdir)/../../sdk/autorevision.h
History
prakashp 2006-04-15 07:05
You need to add auto_revision as dependency otherwise when doing parallel make, execution will be tried before the bin is created.
thomasdenk 2006-04-24 18:25
Applied in 2375, thank you. :)