commit | 9e85b831ea79f86fff1dba1e07004ac0fb6d3a20 | [log] [tgz] |
---|---|---|
author | Constantin Kaplinsky <const@tightvnc.com> | Fri Jun 02 03:57:44 2006 +0000 |
committer | Constantin Kaplinsky <const@tightvnc.com> | Fri Jun 02 03:57:44 2006 +0000 |
tree | 444f5a83092656cf54ee9830e4686f580acd69c5 | |
parent | e5e3e61e741ce622fc40c76403506be2f2ff2be2 [diff] |
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`