[svn-commits] pabelanger: branch 1.4 r260662 - /branches/1.4/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon May 3 11:54:44 CDT 2010


Author: pabelanger
Date: Mon May  3 11:54:41 2010
New Revision: 260662

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=260662
Log:
Should have removed /usr/lib/ part. Thanks Qwell.


Modified:
    branches/1.4/Makefile

Modified: branches/1.4/Makefile
URL: http://svnview.digium.com/svn/asterisk/branches/1.4/Makefile?view=diff&rev=260662&r1=260661&r2=260662
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Mon May  3 11:54:41 2010
@@ -413,7 +413,7 @@
 	rm -f build_tools/menuselect-deps
 
 datafiles: _all
-	CFLAGS="$(_ASTCFLAGS) $(ASTCFLAGS)" build_tools/mkpkgconfig $(DESTDIR)$(libdir)/usr/lib/pkgconfig;
+	CFLAGS="$(_ASTCFLAGS) $(ASTCFLAGS)" build_tools/mkpkgconfig $(DESTDIR)$(libdir)/pkgconfig;
 # Should static HTTP be installed during make samples or even with its own target ala
 # webvoicemail?  There are portions here that *could* be customized but might also be
 # improved a lot.  I'll put it here for now.




More information about the svn-commits mailing list