]> source.dussan.org Git - tigervnc.git/commitdiff
New file copied from VNC 4.1.2 source.
authorConstantin Kaplinsky <const@tightvnc.com>
Fri, 2 Jun 2006 03:57:44 +0000 (03:57 +0000)
committerConstantin Kaplinsky <const@tightvnc.com>
Fri, 2 Jun 2006 03:57:44 +0000 (03:57 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@616 3789f03b-4d11-0410-bbf8-ca57d06f2519

unix/cleanDeps [new file with mode: 0755]

diff --git a/unix/cleanDeps b/unix/cleanDeps
new file mode 100755 (executable)
index 0000000..7c2fe55
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+rm `find ../common -name "*.d" -print`
+rm `find . -name "*.d" -print`