may have fixed annoying make clean bugs
[feisty_meow.git] / scripts / clam / cpp / variables.def
index baa42e1f7a0583b352362e9ab761cbcbf74c4740..222a9d6d225d8c2d4c32bc54ba724217c09396bf 100644 (file)
@@ -287,7 +287,7 @@ export DEPS_FILE = $(OUTPUT_PATH)/$(PROJECT).deps
 
 # Add the obligatory junk to be cleaned up.  Individual compiler sections
 # should customize this by adding their object output directories.
-CLEANUPS += $(ACTUAL_TARGETS) $(OUTPUT_PATH)
+CLEANUPS += $(ACTUAL_TARGETS) $(OUTPUT_PATH) $(DEPS_FILE)
 
 # "GENDEPS" is a flag that causes dependencies to be generated into
 # statically built applications.