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

@@ -24,7 +24,3 @@ $(generator_built): $(top_builddir)/generator/stamp-generator
$(top_builddir)/generator/stamp-generator: force
$(MAKE) -C $(top_builddir)/generator stamp-generator
# A symbolic rule to regenerate the appliance
.PHONY: appliance
appliance: force
$(MAKE) -C $(top_builddir)/appliance