New file copied from VNC 4.1.2 source.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@616 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/unix/cleanDeps b/unix/cleanDeps
new file mode 100755
index 0000000..7c2fe55
--- /dev/null
+++ b/unix/cleanDeps
@@ -0,0 +1,3 @@
+#!/bin/sh
+rm `find ../common -name "*.d" -print`
+rm `find . -name "*.d" -print`