#! /bin/sh /usr/share/dpatch/dpatch-run ## 005_fix_top_makefile_dependencies.dpatch by ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @DPATCH@ diff -urNad redhat-cluster-suite-2.20070427~/Makefile redhat-cluster-suite-2.20070427/Makefile --- redhat-cluster-suite-2.20070427~/Makefile 2007-04-27 07:52:43.000000000 +0200 +++ redhat-cluster-suite-2.20070427/Makefile 2007-04-27 07:53:01.000000000 +0200 @@ -24,7 +24,7 @@ all: build -build: scripts kernel-modules userland +build: kernel-modules userland # scripts details scripts: @@ -45,7 +45,7 @@ # make all target can't be folded in a for loop otherwise make -j breaks # because we can't express dependencies. -userland: ${USERLAND} +userland: scripts ${USERLAND} cman-lib: ${MAKE} -C cman/lib all