From 899184e1ec338f26e31636419898f422ffdd6551 Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Fri, 11 Dec 2015 01:15:10 +0000 Subject: [PATCH] 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... --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f5e3c96..696c684 100644 --- a/Makefile +++ b/Makefile @@ -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