X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Fmakefile;h=1ae917462eb9fbd54911986a08669717b20df768;hb=224296bb07b16ad3c13c4741261011b74e7fbf10;hp=d389997243298c9c3a854c2b724e5f6d170fd69a;hpb=102061cab065f647954f3e935f11f433e2f088d4;p=feisty_meow.git diff --git a/nucleus/makefile b/nucleus/makefile index d3899972..1ae91746 100644 --- a/nucleus/makefile +++ b/nucleus/makefile @@ -4,11 +4,11 @@ include variables.def # Set default locations for the following variables. If the build_variables # have been sourced in, that takes care of setting these. -ifeq "$(FEISTY_MEOW_DIR)" "" - export FEISTY_MEOW_DIR := $(CURRENT_DIR) +ifeq "$(FEISTY_MEOW_APEX)" "" + export FEISTY_MEOW_APEX := $(CURRENT_DIR) endif #ifeq "$(PRODUCTION_DIR)" "" -# export PRODUCTION_DIR = $(FEISTY_MEOW_DIR)/production +# export PRODUCTION_DIR = $(FEISTY_MEOW_APEX)/production #endif ifeq "$(CLAM_DIR)" "" export CLAM_DIR = $(FEISTY_MEOW_SCRIPTS)/clam