mcst-linux-kernel/patches-2024.06.26/rpcsvc-proto-1.4.2/0001-Use-rpcgen-from-host.p...

21 lines
610 B
Diff

--- a/rpcsvc/Makefile.am 2020-06-29 12:03:38.000000000 +0300
+++ b/rpcsvc/Makefile.am 2023-01-24 21:12:10.258134755 +0300
@@ -12,5 +12,5 @@
nfs_prot.h rquota.h sm_inter.h
%.h: %.x
- $(top_builddir)/rpcgen/rpcgen -h -o $@ $<
+ rpcgen -h -o $@ $<
--- a/rpcsvc/Makefile.in 2020-06-29 12:07:57.000000000 +0300
+++ b/rpcsvc/Makefile.in 2023-01-24 21:11:50.730134351 +0300
@@ -576,7 +576,7 @@
%.h: %.x
- $(top_builddir)/rpcgen/rpcgen -h -o $@ $<
+ rpcgen -h -o $@ $<
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.