[svn-commits] russell: trunk r1260 - in /trunk: ./ Makefile

svn-commits at lists.digium.com svn-commits at lists.digium.com
Fri Aug 4 22:56:14 MST 2006


Author: russell
Date: Sat Aug  5 00:56:14 2006
New Revision: 1260

URL: http://svn.digium.com/view/zaptel?rev=1260&view=rev
Log:
Merged revisions 1259 via svnmerge from 
https://origsvn.digium.com/svn/zaptel/branches/1.2

........
r1259 | russell | 2006-08-05 01:53:20 -0400 (Sat, 05 Aug 2006) | 2 lines

Fix the zaptel build on SuSE 10.1 (issue #7536, hk)

........

Modified:
    trunk/   (props changed)
    trunk/Makefile

Propchange: trunk/
------------------------------------------------------------------------------
--- branch-1.2-merged (original)
+++ branch-1.2-merged Sat Aug  5 00:56:14 2006
@@ -1,1 +1,1 @@
-/branches/1.2:1-916,918-936,938-949,958,962,970,990,1004,1011,1017,1031,1033,1060,1062,1064-1066,1069,1071,1076,1079,1081,1097,1101,1151,1185,1187,1205,1233,1235-1236,1243,1248
+/branches/1.2:1-916,918-936,938-949,958,962,970,990,1004,1011,1017,1031,1033,1060,1062,1064-1066,1069,1071,1076,1079,1081,1097,1101,1151,1185,1187,1205,1233,1235-1236,1243,1248,1259

Modified: trunk/Makefile
URL: http://svn.digium.com/view/zaptel/trunk/Makefile?rev=1260&r1=1259&r2=1260&view=diff
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Sat Aug  5 00:56:14 2006
@@ -150,7 +150,7 @@
 
 MOD_DESTDIR:=zaptel
 
-EXTRA_CFLAGS:=-I$(PWD)/include  -I$(PWD)/include/oct6100api
+EXTRA_CFLAGS:=-I$(SUBDIRS)/include  -I$(SUBDIRS)/include/oct6100api
 obj-m:=$(MODULESO)
 wct4xxp-objs:=wct4xxp_base.o vpm450m.o
 
@@ -230,7 +230,7 @@
 	$(CC) $(KFLAGS) -o $@ -c $<
 
 vpm450m.o: vpm450m.c zaptel.h
-	$(CC) $(KFLAGS) -I$(PWD)/include  -I$(PWD)/include/oct6100api -o $@ -c $<
+	$(CC) $(KFLAGS) -I$(SUBDIRS)/include  -I$(SUBDIRS)/include/oct6100api -o $@ -c $<
 
 wct4xxp.o: wct4xxp_base.o vpm450m.o
 	$(LD) -r -o $@ wct4xxp_base.o vpm450m.o



More information about the svn-commits mailing list