From f007b6b68115d4829bcc8382fdf28597f3eaece5 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 8 May 2008 21:11:49 +0000 Subject: [PATCH] update git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8315 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index e2c50b9f88..c3d16834ed 100644 --- a/Makefile.am +++ b/Makefile.am @@ -308,6 +308,10 @@ up: clean $(MAKE) install sync: + svn update + $(MAKE) + +speedy-sync: svn update $(MAKE) -j install