FS-6331: --resolve fix install of mod_celt

This commit is contained in:
Michael Jerris 2014-03-10 10:15:31 -04:00
parent 6a7805ba27
commit 48d668cd0a
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ $(CELT_DIR):
$(CELT_BUILDDIR)/Makefile: $(CELT_DIR) $(CELT_BUILDDIR)/Makefile: $(CELT_DIR)
mkdir -p $(CELT_BUILDDIR) mkdir -p $(CELT_BUILDDIR)
cd $(CELT_BUILDDIR) && $(DEFAULT_VARS) $(CELT_DIR)/configure $(DEFAULT_ARGS) --srcdir=$(CELT_DIR) cd $(CELT_BUILDDIR) && $(DEFAULT_VARS) $(CELT_DIR)/configure $(DEFAULT_ARGS) --disable-shared --with-pic --srcdir=$(CELT_DIR)
$(TOUCH_TARGET) $(TOUCH_TARGET)
$(CELT_LA): $(CELT_BUILDDIR)/Makefile $(CELT_LA): $(CELT_BUILDDIR)/Makefile