summaryrefslogtreecommitdiff
path: root/ppp
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-06-24 15:14:24 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-06-24 15:14:24 +0000
commita0e90983025ad666d8beca08048937bcb1d34ef7 (patch)
treefdf241878b4519b06d899a41d4e81108f44f826c /ppp
parent8a893a6fca45dda592021f51a1ef7872ec7671d6 (diff)
remove unnecessary include path in ppp Makefile
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4455 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'ppp')
-rw-r--r--ppp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppp/Makefile b/ppp/Makefile
index 6b20029..0ff55c2 100644
--- a/ppp/Makefile
+++ b/ppp/Makefile
@@ -2,7 +2,7 @@
-include ../makeopts
-CFLAGS += $(COPTS) -I.. -fPIC
+CFLAGS += $(COPTS) -fPIC
LDFLAGS += -shared
INCLUDE_DIR = $(includedir)/pppd