adopted two new variables
[feisty_meow.git] / scripts / clam / variables.def
index 100fe6bef38c3b81b32ba172ba3f6c47b4a26803..809f79e592ff001b606acf47d5edd875fe88b481 100644 (file)
@@ -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???