From 9e85b831ea79f86fff1dba1e07004ac0fb6d3a20 Mon Sep 17 00:00:00 2001 From: Constantin Kaplinsky Date: Fri, 2 Jun 2006 03:57:44 +0000 Subject: [PATCH] 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 --- unix/cleanDeps | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 unix/cleanDeps diff --git a/unix/cleanDeps b/unix/cleanDeps new file mode 100755 index 00000000..7c2fe559 --- /dev/null +++ b/unix/cleanDeps @@ -0,0 +1,3 @@ +#!/bin/sh +rm `find ../common -name "*.d" -print` +rm `find . -name "*.d" -print` -- 2.39.5