[svn-commits] kpfleming: tools/trunk r4455 - /tools/trunk/ppp/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Jun 24 10:14:24 CDT 2008


Author: kpfleming
Date: Tue Jun 24 10:14:24 2008
New Revision: 4455

URL: http://svn.digium.com/view/dahdi?view=rev&rev=4455
Log:
remove unnecessary include path in ppp Makefile

Modified:
    tools/trunk/ppp/Makefile

Modified: tools/trunk/ppp/Makefile
URL: http://svn.digium.com/view/dahdi/tools/trunk/ppp/Makefile?view=diff&rev=4455&r1=4454&r2=4455
==============================================================================
--- tools/trunk/ppp/Makefile (original)
+++ tools/trunk/ppp/Makefile Tue Jun 24 10:14:24 2008
@@ -2,7 +2,7 @@
 
 -include ../makeopts
 
-CFLAGS		+= $(COPTS) -I.. -fPIC
+CFLAGS		+= $(COPTS) -fPIC
 LDFLAGS		+= -shared
 
 INCLUDE_DIR	= $(includedir)/pppd




More information about the svn-commits mailing list