Commit c0a86729 authored by Andrew Vagin's avatar Andrew Vagin Committed by Pavel Emelyanov

zdtm: remove .PHONY from proxy make files

These files doesn't have own rules
Signed-off-by: 's avatarAndrew Vagin <avagin@openvz.org>
Acked-by: 's avatarKir Kolyshkin <kir@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 2ec003eb
SUBDIRS = lib live SUBDIRS = lib live
default: all default: all
.PHONY: default all
%: %:
set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done
SUBDIRS = streaming transition static SUBDIRS = streaming transition static
default: all default: all
.PHONY: default all
%: %:
set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment