may have fixed annoying make clean bugs
[feisty_meow.git] / scripts / clam / cpp / buildor_gen_deps.sh
index c44132c45ecce16a345c1fe9290a4f874054a417..c70fe48ba511fdd60af8887648b5b2377c5fdd0a 100755 (executable)
 #  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.