fix mod_celt rebuilds library when not required

This commit is contained in:
Michael Jerris 2010-06-29 13:03:23 -04:00 committed by root
parent 9c5cd268f7
commit d21af530b9
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ $(CELT_DIR):
$(CELT_BUILDDIR)/Makefile: $(CELT_DIR)
mkdir -p $(CELT_BUILDDIR)
cd $(CELT_BUILDDIR) && $(DEFAULT_VARS) $(CELT_DIR)/configure $(DEFAULT_ARGS) --srcdir=$(CELT_DIR)
$(TOUCH_TARGET)
$(CELT_LA): $(CELT_BUILDDIR)/Makefile
cd $(CELT_BUILDDIR) && $(MAKE)