changeset 6438:2ab3cb6af745 HEAD

rquota_xdr.h -> rquota.h
author Timo Sirainen <tss@iki.fi>
date Mon, 17 Sep 2007 15:57:11 +0300
parents 92bce6a3fdad
children b951f3e42322
files src/plugins/quota/Makefile.am
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/plugins/quota/Makefile.am	Mon Sep 17 11:29:08 2007 +0300
+++ b/src/plugins/quota/Makefile.am	Mon Sep 17 15:57:11 2007 +0300
@@ -32,14 +32,14 @@
 	rquota_xdr.c
 
 RQUOTA_X = /usr/include/rpcsvc/rquota.x
-rquota_xdr.c: Makefile rquota_xdr.h $(RQUOTA_X)
+rquota_xdr.c: Makefile rquota.h $(RQUOTA_X)
 	$(RPCGEN) -c $(RQUOTA_X) | \
 	  sed -e 's/IXDR_PUT/(void)IXDR_PUT/g' \
 	    -e 's/int32_t \*buf/int32_t *buf ATTR_UNUSED/' > rquota_xdr.c
 
 # BSD rpcgen wants to include the .h from current directory, so generate it
-rquota_xdr.h:
-	$(RPCGEN) -h $(RQUOTA_X) > rquota_xdr.h
+rquota.h:
+	$(RPCGEN) -h $(RQUOTA_X) > rquota.h
 endif
 
 noinst_HEADERS = \