summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-09-10 06:29:11 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-10-04 08:02:28 +0200
commit06060da3bc4ea255210a6b0bc5e4187227bf2f95 (patch)
tree99d90ab2f3a7b8dad51cbe4eb68f13ed2944c578
parentrpc: Use configuration header file (diff)
downloadrtems-06060da3bc4ea255210a6b0bc5e4187227bf2f95.tar.bz2
pppd: Simplify Makefile.am
Update #3375.
Diffstat (limited to '')
-rw-r--r--cpukit/pppd/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/pppd/Makefile.am b/cpukit/pppd/Makefile.am
index 53a05761f4..5fdfb5ef30 100644
--- a/cpukit/pppd/Makefile.am
+++ b/cpukit/pppd/Makefile.am
@@ -12,7 +12,7 @@ libpppd_a_SOURCES = auth.c ccp.c ccp.h chap.c chap.h chap_ms.c chap_ms.h \
options.c upap.c upap.h utils.c sys-rtems.c \
rtemsmain.c rtemspppd.c rtemspppd.h pppd.h patchlevel.h pathnames.h \
rtemsdialer.h
-libpppd_a_CPPFLAGS = $(AM_CPPFLAGS) -D__BSD_VISIBLE -I$(srcdir)/../libmd
+libpppd_a_CPPFLAGS = $(AM_CPPFLAGS)
endif
include $(top_srcdir)/automake/local.am