changeset 18695:46969c4cc57e

quota: Fixed dependency tracking in Makefile The earlier fix attempt was done by creating a .tmp file first, but that didn't really solve anything.
author Timo Sirainen <tss@iki.fi>
date Fri, 15 May 2015 12:43:13 +0300
parents 9ad3f11617f1
children 55bcb0e792fc
files src/plugins/quota/Makefile.am
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/plugins/quota/Makefile.am	Fri May 15 11:15:50 2015 +0300
+++ b/src/plugins/quota/Makefile.am	Fri May 15 12:43:13 2015 +0300
@@ -73,7 +73,7 @@
 RQUOTA_XDR_LO = rquota_xdr.lo
 #RQUOTA_X = /usr/include/rpcsvc/rquota.x
 RQUOTA_X = $(srcdir)/rquota.x
-rquota_xdr.c: Makefile $(RQUOTA_X)
+rquota_xdr.c: Makefile rquota.h
 	if [ "$(top_srcdir)" != "$(top_builddir)" ]; then \
 	  cp $(RQUOTA_X) $(top_builddir)/src/plugins/quota/; \
 	fi; \