2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* src/rpc/Makefile.am: Remove __P from AM_CPPFLAGS.
	Rely on sys/cdefs.h providing it.
	* src/xdr/Makefile.am: Remove __P from AM_CPPFLAGS.
	Rely on sys/cdefs.h providing it.
This commit is contained in:
Ralf Corsepius
2003-10-21 04:01:46 +00:00
parent 6c3e328f98
commit 77469f8615
3 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/rpc/Makefile.am: Remove __P from AM_CPPFLAGS.
Rely on sys/cdefs.h providing it.
* src/xdr/Makefile.am: Remove __P from AM_CPPFLAGS.
Rely on sys/cdefs.h providing it.
2003-09-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-09-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in include/Makefile.am. * Makefile.am: Merge-in include/Makefile.am.

View File

@@ -27,7 +27,7 @@ OBJS = $(C_O_FILES)
# Add local stuff here using += # Add local stuff here using +=
# #
AM_CPPFLAGS += '-D__P(x)=x' -D_RPC_read=read -D_RPC_write=write -D_RPC_close=close -D_RTEMS_RPC_INTERNAL_ AM_CPPFLAGS += -D_RPC_read=read -D_RPC_write=write -D_RPC_close=close -D_RTEMS_RPC_INTERNAL_
if LIBRPC if LIBRPC
$(LIB): $(OBJS) $(LIB): $(OBJS)

View File

@@ -20,8 +20,6 @@ noinst_MANS = xdr.3
# Add local stuff here using += # Add local stuff here using +=
# #
AM_CPPFLAGS += '-D__P(x)=x'
if LIBRPC if LIBRPC
$(LIB): $(OBJS) $(LIB): $(OBJS)
$(make-library) $(make-library)