[rtems commit] pppd: Simplify Makefile.am
Sebastian Huber
sebh at rtems.org
Thu Oct 4 08:50:21 UTC 2018
Module: rtems
Branch: master
Commit: 06060da3bc4ea255210a6b0bc5e4187227bf2f95
Changeset: http://git.rtems.org/rtems/commit/?id=06060da3bc4ea255210a6b0bc5e4187227bf2f95
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Mon Sep 10 06:29:11 2018 +0200
pppd: Simplify Makefile.am
Update #3375.
---
cpukit/pppd/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cpukit/pppd/Makefile.am b/cpukit/pppd/Makefile.am
index 53a0576..5fdfb5e 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
More information about the vc
mailing list