From: Szymon Siwek Date: Fri, 21 Dec 2007 11:31:51 +0000 (+0000) Subject: - fix parallel build X-Git-Tag: auto/ac/getdp-1_2_1-1~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fgetdp.git;a=commitdiff_plain;h=90b4733c7c198135fb52e8c58dc120f4233ebfe3 - fix parallel build Changed files: getdp-make-jN.patch -> 1.1 --- diff --git a/getdp-make-jN.patch b/getdp-make-jN.patch new file mode 100644 index 0000000..c2dcb51 --- /dev/null +++ b/getdp-make-jN.patch @@ -0,0 +1,11 @@ +--- getdp-1.2.1/Makefile.orig 2007-12-21 12:08:40.567221583 +0100 ++++ getdp-1.2.1/Makefile 2007-12-21 12:08:53.065314919 +0100 +@@ -38,7 +38,7 @@ + compile: variables initialtag + @for i in ${GETDP_DIRS}; do (cd $$i && ${MAKE}); done + +-link: variables ++link: variables compile + ${LINKER} -o bin/getdp ${GETDP_LIBS} + + blackbox: variables initialtag