From 2045511efc2eb70256e93428956f2acd948f85f2 Mon Sep 17 00:00:00 2001 From: Konrad Rosenbaum Date: Mon, 4 Feb 2013 21:20:56 +0100 Subject: [PATCH] make sure parallel builds of prewoc+woc work properly --- Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index aa08266..4540e33 100644 --- a/Makefile +++ b/Makefile @@ -22,12 +22,12 @@ all: prewoc woc qtbase doc .PHONY: prewoc woc qtbase doc clean install install-woc install-qtbase install-phpbase install-doc -prewoc: +vinfo/staticVersion.h prewoc: cd woc && $(QMAKE) -o Makefile.prewoc CONFIG+=prewoc $(MAKE) -C woc -f Makefile.prewoc cd woc && $(abspath woc/prewoc) :/version.wolf -woc: +woc: vinfo/staticVersion.h cd woc && $(QMAKE) CONFIG+=woc $(MAKE) -C woc -- 1.7.2.5