X-Git-Url: https://git.piment-noir.org/?p=deb_libnfs.git;a=blobdiff_plain;f=portmap%2FMakefile.am;h=223496455c5d83cc88773bf26441a729fd31a41f;hp=5b218702bce51eca2fa98002d44c254d9443f5fe;hb=ec70621f42e2074b454637813c1985b35552b2b3;hpb=30b0750702c320686f4d2c3ae3d8865323626fe3 diff --git a/portmap/Makefile.am b/portmap/Makefile.am index 5b21870..2234964 100644 --- a/portmap/Makefile.am +++ b/portmap/Makefile.am @@ -18,5 +18,5 @@ portmap-stamp : portmap.x touch portmap-stamp compile_rpc: - rpcgen -h @RPCGENFLAGS@ portmap.x | sed -e "s/#include //" | sed -e "s/xdr/zdr/g" -e "s/XDR/ZDR/g" > libnfs-raw-portmap.h - rpcgen -c @RPCGENFLAGS@ portmap.x | sed -e "s/#include \".*portmap.h\"/#include \"libnfs-zdr.h\"\n#include \"libnfs-raw-portmap.h\"/" -e "s/xdr/zdr/g" -e "s/XDR/ZDR/g" -e "s/register int32_t \*buf;/register int32_t *buf;\n buf = NULL;/" > libnfs-raw-portmap.c + rpcgen -h portmap.x | sed -e "s/#include //" | sed -e "s/xdr/zdr/g" -e "s/XDR/ZDR/g" > libnfs-raw-portmap.h + rpcgen -c portmap.x | sed -e "s/#include \".*portmap.h\"/#include \"libnfs-zdr.h\"\n#include \"libnfs-raw-portmap.h\"/" -e "s/xdr/zdr/g" -e "s/XDR/ZDR/g" -e "s/register int32_t \*buf;/register int32_t *buf;\n buf = NULL;/" > libnfs-raw-portmap.c