fix spandsp installing (FSBUILD-198)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15414 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
a58fd5ae15
commit
3ab56e5159
|
@ -20,9 +20,3 @@ $(TIFF_LA): $(TIFF_DIR) $(TIFF_DIR)/.update
|
|||
$(TOUCH_TARGET)
|
||||
|
||||
|
||||
depend_install: $(DESTDIR)$(libdir)/libspandsp.la
|
||||
|
||||
$(DESTDIR)$(libdir)/libspandsp.la: $(SPANDSP_LA)
|
||||
cd $(SPANDSP_DIR) && $(MAKE) install
|
||||
|
||||
|
||||
|
|
|
@ -18,11 +18,3 @@ $(SPANDSP_LA): $(TIFF_LA) $(SPANDSP_DIR) $(SPANDSP_DIR)/.update
|
|||
$(TIFF_LA): $(TIFF_DIR) $(TIFF_DIR)/.update
|
||||
cd $(TIFF_DIR) && $(MAKE)
|
||||
$(TOUCH_TARGET)
|
||||
|
||||
|
||||
depend_install: $(DESTDIR)$(libdir)/libspandsp.la
|
||||
|
||||
$(DESTDIR)$(libdir)/libspandsp.la: $(SPANDSP_LA)
|
||||
cd $(SPANDSP_DIR) && $(MAKE) install
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue