make it compile on win32
authorKonrad Rosenbaum <konrad@silmor.de>
Mon, 23 Jul 2012 06:51:03 +0000 (08:51 +0200)
committerKonrad Rosenbaum <konrad@silmor.de>
Mon, 23 Jul 2012 06:51:03 +0000 (08:51 +0200)
Makefile

index d05db28..11def7f 100644 (file)
--- 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