MODAPP-243

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12780 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-03-25 16:45:43 +00:00
parent ca02dec1c7
commit 6770a8addb
1 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@ $(DIRECTORY):
$(GETLIB) $(VERSION).tar.gz
cd $(DIRECTORY) && ./configure $(DEFAULT_ARGS) --enable-integer-samples
$(LA): $(DIRECTORY)
$(LA):
$(DIRECTORY)
cd $(DIRECTORY) && $(MAKE)
$(TOUCH_TARGET)