may have fixed annoying make clean bugs
[feisty_meow.git] / scripts / clam / cpp / buildor_gen_deps.sh
old mode 100644 (file)
new mode 100755 (executable)
index c44132c..c70fe48
 #  of the License online.  Please send any updates to "fred@gruntose.com".    #
 ###############################################################################
 
+if [ ! -z "$CLEAN" ]; then
+  echo "in cleaning mode, will not build dependencies."
+  exit 0
+fi
+
 # this script finds all of the headers used by a cpp file and outputs a
 # list of other cpp files that are probably needed for building it.