From 7fac791951bb75b1039565047c0b7ffac5fd49ff Mon Sep 17 00:00:00 2001 From: russell Date: Mon, 14 Aug 2006 00:56:04 +0000 Subject: Merged revisions 1298 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1298 | russell | 2006-08-13 20:54:28 -0400 (Sun, 13 Aug 2006) | 3 lines the change from $(PWD) to $(SUBDIRS) breaks the build on some systems. So, just use them both ... (issue #7720) ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1299 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4318989..09d8954 100644 --- a/Makefile +++ b/Makefile @@ -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$(SUBDIRS)/include -I$(SUBDIRS)/include/oct6100api -o $@ -c $< + $(CC) $(KFLAGS) -I$(PWD)/include -I$(PWD)/include/oct6100api -I$(SUBDIRS)/include -I$(SUBDIRS)/include/oct6100api -o $@ -c $< wct4xxp.o: wct4xxp_base.o vpm450m.o $(LD) -r -o $@ wct4xxp_base.o vpm450m.o -- cgit v1.2.3