FS-6396 fix mod_silk builid on FreeBSD

This commit is contained in:
Brian West 2014-03-25 20:25:11 -05:00
parent 4dd0a5848f
commit 04de0f77d3
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@ BUILT_SOURCES=$(SILK_LA)
$(SILK_LA): $(SILK_DIR)/.update
mkdir -p $(SILK_BUILDDIR)
cd $(SILK_BUILDDIR) && $(DEFAULT_VARS) $(SILK_DIR)/configure $(DEFAULT_ARGS) --srcdir=$(SILK_DIR) --disable-shared && make clean && $(MAKE)
cd $(SILK_BUILDDIR) && $(DEFAULT_VARS) $(SILK_DIR)/configure $(DEFAULT_ARGS) --srcdir=$(SILK_DIR) --disable-shared && $(MAKE) clean && $(MAKE)
$(TOUCH_TARGET)