Makefile: fix typo

The line that was including the appliance-specific config had a typo.  The
typo was overlooked all this time because no appliance really uses this
feature.  Until now...
This commit is contained in:
Albert Hopkins 2015-12-11 01:15:10 +00:00
parent e73c7cebb5
commit 899184e1ec
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ WORLD = appliances/$(APPLIANCE)/world
EXTRA_WORLD =
# Allow appliance to override variables
-include appliance/$(APPLIANCE)/$(APPLIANCE).cfg
-include appliances/$(APPLIANCE)/$(APPLIANCE).cfg
# Allow user to override variables
-include $(profile).cfg