subdirs-rules: Remove 'appliance' rule.

It was used in only one place (perl/Makefile.am).

If users want to build just the appliance, then they could do 'make -C
appliance'.
This commit is contained in:
Richard W.M. Jones
2013-04-24 18:41:39 +01:00
parent 1add24e774
commit 88b59ea92f
2 changed files with 6 additions and 6 deletions

View File

@@ -41,10 +41,14 @@ if HAVE_PERL
# src/ dependencies
src_deps: $(top_builddir)/src/libguestfs.la $(generator_built)
# Images used by tests
# Images used by tests.
test_images:
$(MAKE) -C $(top_builddir)/tests/data
# Build the appliance.
appliance:
$(MAKE) -C $(top_builddir)/appliance
TESTS = run-bindtests
test_prereq = src_deps all test_images
@@ -77,4 +81,4 @@ install-data-hook:
endif
.PHONY: src_deps test_images
.PHONY: appliance src_deps test_images