summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-08-05 05:56:14 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-08-05 05:56:14 +0000
commit8e299821775e664fb0ca5f5a14360c92b2f90019 (patch)
tree68572025fb5687b743d3bac1309b4e41c342f162 /Makefile
parent669fd8f6f41b1e0ba7239f7ba61a6ca503a2929a (diff)
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) ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1260 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6292de6..b029713 100644
--- a/Makefile
+++ b/Makefile
@@ -150,7 +150,7 @@ MOD_DIR:=$(INSTALL_PREFIX)/lib/modules/$(KVERS)/misc
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 @@ $(filter-out wct4xxp.o,$(MODULESO)) wct4xxp_base.o: %.o: %.c zaptel.h
$(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