fixing generated deps interference with clean
[feisty_meow.git] / nucleus / applications / bundler / makefile
index 7904ea71ff892c4985c115c0ac21f7b05fa7b5ea..9985446c3de2c83b26ef6a5a877dcb57205bdc0c 100644 (file)
@@ -18,9 +18,12 @@ ifeq "$(COMPILER)" "VISUAL_CPP"
 else
   LIBS_USED += z
 endif
+OTHER_CLEANS += clean_stub
 
 include cpp/rules.def
 
 make_stub:
        $(MAKE) -f makefile.stub
 
+clean_stub:
+       $(MAKE) -f makefile.stub NO_DEPS=t clean