From 68e1ccc46d82b87b41199b3dcc4ed72cd3c14960 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 11 Sep 2018 06:30:20 +0200 Subject: build: Remove specialized CPPFLAGS --- cpukit/librpc/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpukit/librpc') diff --git a/cpukit/librpc/Makefile.am b/cpukit/librpc/Makefile.am index b0af51bf70..7cdcfd818b 100644 --- a/cpukit/librpc/Makefile.am +++ b/cpukit/librpc/Makefile.am @@ -6,7 +6,6 @@ if LIBNETWORKING man_MANS = noinst_LIBRARIES = libxdr.a -libxdr_a_CPPFLAGS = $(AM_CPPFLAGS) libxdr_a_SOURCES = src/xdr/xdr.c src/xdr/xdr_array.c src/xdr/xdr_float.c \ src/xdr/xdr_mem.c src/xdr/xdr_rec.c src/xdr/xdr_reference.c \ @@ -19,7 +18,6 @@ if LIBNETWORKING man_MANS += $(libxdr_mans) noinst_LIBRARIES += librpc.a -librpc_a_CPPFLAGS = $(AM_CPPFLAGS) librpc_a_SOURCES = src/rpc/auth_none.c src/rpc/auth_unix.c \ src/rpc/authunix_prot.c src/rpc/bindresvport.c src/rpc/clnt_generic.c \ -- cgit v1.2.3