forked from Imagelibrary/rtems
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:
@@ -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.
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user