]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix spandsp installing (FSBUILD-198)
authorMichael Jerris <mike@jerris.com>
Wed, 11 Nov 2009 00:23:09 +0000 (00:23 +0000)
committerMichael Jerris <mike@jerris.com>
Wed, 11 Nov 2009 00:23:09 +0000 (00:23 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15414 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_fax/Makefile
src/mod/codecs/mod_voipcodecs/Makefile

index 3ee8e67a36e5f41eb7cda2b4cac2ccaabd7cbe8a..38d3d764e67d551d8ffcb1b68cec1e8304d5ca5d 100644 (file)
@@ -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
-
-
index 3ee8e67a36e5f41eb7cda2b4cac2ccaabd7cbe8a..f1f8eee470b74485dcb5c243344f7034731c1d24 100644 (file)
@@ -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
-
-