makefile: rename vchan Makefile to not conflict with windows build

This commit is contained in:
Marek Marczykowski 2012-06-02 12:32:49 +02:00
parent 1732679b18
commit ea08560e43
3 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ python -O -m compileall qvm-core qmemman
make -C restore
make -C aux-tools
make -C ../qubes_rpc
make -C ../vchan
make -C ../vchan -f Makefile.linux
make -C ../u2mfn
make -C ../qrexec

View File

@ -54,7 +54,7 @@ The Qubes core files for installation inside a Qubes VM.
%build
make -C u2mfn
make -C vchan
make -C vchan -f Makefile.linux
make -C misc
make -C qubes_rpc
make -C qrexec