Run "make all" before "make install" as older versions of automake
authortom <tom@a5019735-40e9-0310-863c-91ae7b9d1cf9>
Fri, 1 Apr 2005 08:07:54 +0000 (08:07 +0000)
committertom <tom@a5019735-40e9-0310-863c-91ae7b9d1cf9>
Fri, 1 Apr 2005 08:07:54 +0000 (08:07 +0000)
don't put a dependency between the install target and $(BUILT_SOURCES)
so doing a straight install doesn't work.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3494 a5019735-40e9-0310-863c-91ae7b9d1cf9

nightly/bin/nightly

index 310f972b28000f9272e5c6d0b9c7f5a09a4eb774..6e8ba59be53e4a95a3e9c9822a390a9f7a36fddf 100755 (executable)
@@ -53,7 +53,7 @@ runcmd "Configuring valgrind             " \
        "cd valgrind && ./autogen.sh  && ./configure --prefix=$ABT_TOP/Inst --with-vex=$ABT_TOP/vex" && \
 \
 runcmd "Building valgrind                " \
-       "cd valgrind && make install" && \
+       "cd valgrind && make && make install" && \
 \
 runcmd "Running regression tests         " \
        "cd valgrind && make regtest"