X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fclam%2Fvariables.def;fp=scripts%2Fclam%2Fvariables.def;h=809f79e592ff001b606acf47d5edd875fe88b481;hb=7b39f7e279005c8466ef508220a532ce2aa4abf8;hp=100fe6bef38c3b81b32ba172ba3f6c47b4a26803;hpb=3fbd372b35b15a19fb171d5ae34294ff7b1e6485;p=feisty_meow.git diff --git a/scripts/clam/variables.def b/scripts/clam/variables.def index 100fe6be..809f79e5 100644 --- a/scripts/clam/variables.def +++ b/scripts/clam/variables.def @@ -198,7 +198,7 @@ export CLEAN # sets the temporary directory. export CLAM_TMP ifeq "$(CLAM_TMP)" "" - CLAM_TMP := $(GENERATED_STORE)/clam_tmp + CLAM_TMP := $(FEISTY_MEOW_GENERATED_STORE)/clam_tmp endif #turned off for the moment, since this seems like a bad idea; we define clam tmp in terms of tmp sometimes, do not we???