From efc4bafa5a2c225dc1c24c0939c212780eb55b09 Mon Sep 17 00:00:00 2001 From: Konrad Rosenbaum Date: Mon, 23 Jul 2012 08:51:03 +0200 Subject: [PATCH] make it compile on win32 --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index d05db28..11def7f 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ all: prewoc woc qtbase doc prewoc: cd woc && $(QMAKE) -o Makefile.prewoc CONFIG+=prewoc $(MAKE) -C woc -f Makefile.prewoc - cd woc && ./prewoc :/version.wolf + cd woc && $(abspath woc/prewoc) :/version.wolf woc: cd woc && $(QMAKE) CONFIG+=woc -- 1.7.2.5