From 55628bf21e15fadd64e64a601d0a94988920c11b Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Mon, 8 Dec 2008 17:24:52 +0000 Subject: [PATCH] tweak support target git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10658 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index f5c82fb98a..11bb1e7148 100644 --- a/Makefile.am +++ b/Makefile.am @@ -454,7 +454,7 @@ support: @cp support-d/.emacs ~ @cp support-d/.screenrc ~ @cp support-d/.bashrc ~ - @sh support-d/install-cc-mode.sh + @test -f ~/.cc-mode-installed || sh support-d/install-cc-mode.sh && touch ~/.cc-mode-installed # Special targets