blob: f077f36cd3cc33f7fa5a2943c1bb7f39e318960c [file] [log] [blame]
"Steven J. Hill"304aaeb2007-01-14 03:27:22 +00001diff -ur nfs-utils-1.0.10/utils/rquotad/Makefile.in nfs-utils-1.0.10-patched/utils/rquotad/Makefile.in
2--- nfs-utils-1.0.10/utils/rquotad/Makefile.in 2006-08-07 01:43:46.000000000 -0500
3+++ nfs-utils-1.0.10-patched/utils/rquotad/Makefile.in 2007-01-13 21:24:26.971232703 -0600
4@@ -653,14 +653,6 @@
5 $(RPCGEN):
6 make -C $(top_srcdir)/tools/rpcgen all
7
8-$(GENFILES_XDR): %_xdr.c: %.x $(RPCGEN)
9- test -f $@ && rm -rf $@ || true
10- $(RPCGEN) -c -o $@ $<
11-
12-$(GENFILES_H): %.h: %.x $(RPCGEN)
13- test -f $@ && rm -rf $@ || true
14- $(RPCGEN) -h -o $@ $<
15-
16 #######################################################################
17 # The following allows the current practice of having
18 # daemons renamed during the install to include RPCPREFIX