[svn-commits] qwell: trunk r205 - /trunk/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Aug 6 13:16:51 CDT 2008


Author: qwell
Date: Wed Aug  6 13:16:51 2008
New Revision: 205

URL: http://svn.digium.com/view/libss7?view=rev&rev=205
Log:
Make INSTALL_PREFIX consistent with libpri (read: make it use DESTDIR)

Modified:
    trunk/Makefile

Modified: trunk/Makefile
URL: http://svn.digium.com/view/libss7/trunk/Makefile?view=diff&rev=205&r1=204&r2=205
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Wed Aug  6 13:16:51 2008
@@ -4,7 +4,7 @@
 
 OSARCH=$(shell uname -s)
 
-INSTALL_PREFIX?=
+INSTALL_PREFIX=$(DESTDIR)
 INSTALL_BASE=/usr
 libdir?=$(INSTALL_BASE)/lib
 STATIC_OBJS=mtp2.o ss7_sched.o ss7.o mtp3.o isup.o version.o




More information about the svn-commits mailing list