X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=portmap%2FMakefile.am;h=6280338558850be933fd03c3384323184ff6fa52;hb=13283beb698ae90fba9248b25b487d7c79ddd440;hp=6c947fc8ba657b94280998387ad7643ae4c93512;hpb=6c437065d363dee7f14296e80ae34877e4e1e78c;p=deb_libnfs.git diff --git a/portmap/Makefile.am b/portmap/Makefile.am index 6c947fc..6280338 100644 --- a/portmap/Makefile.am +++ b/portmap/Makefile.am @@ -14,7 +14,7 @@ libportmap_la_SOURCES = \ $(portmap_GENERATED) : portmap-stamp portmap-stamp : portmap.x rm -f $(portmap_GENERATED) - rpcgen -h $< > libnfs-raw-portmap.h - rpcgen -c $< | sed -e "s/#include \".*portmap.h\"/#include \"libnfs-raw-portmap.h\"/" > libnfs-raw-portmap.c + rpcgen -h @RPCGENFLAGS@ $< > libnfs-raw-portmap.h + rpcgen -c @RPCGENFLAGS@ $< | sed -e "s/#include \".*portmap.h\"/#include \"libnfs-raw-portmap.h\"/" > libnfs-raw-portmap.c touch portmap-stamp