X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=portmap%2FMakefile.am;h=6280338558850be933fd03c3384323184ff6fa52;hb=752d8ed28a91219de086635d73e0ba45991abb1e;hp=6c947fc8ba657b94280998387ad7643ae4c93512;hpb=2842ff15c8c62dce60a7988ad41a1e89316581a0;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