fix major hoseage in building
[feisty_meow.git] / scripts / clam / cpp / rules.def
index ba51dabb83e9e12f3edbb15d3943b12335e5ff2f..e0b723156de1f9dc31df9322ed31347467436e0b 100644 (file)
@@ -398,11 +398,12 @@ ACTUAL_LAST_TARGETS = post_compilation $(LAST_TARGETS)
 
 ############################################################################
 
+ifneq "$(CLEAN)" ""
 # Add the obligatory junk to be cleaned up.
 set_cleanups_variable:
-       echo hey we are in the set cleanups variable and pwd is: $(shell pwd)
        $(eval CLEANUPS += $(ACTUAL_TARGETS) $(ACTUAL_TARGETS:%.exe=%) )
-       echo "yoyo, cleanups variable is now: $(CLEANUPS)"
+#      echo "new CLEANUPS variable: $(CLEANUPS)"
+endif
 
 ############################################################################