# HG changeset patch # User Timo Sirainen # Date 1190014860 -10800 # Node ID 1672a4cb665e6f183d8155450fb466400906a4b6 # Parent 7b745fb8597566f8d6753734a74de9f03d933bea Try an alternative way to specify rquota_xdr.c dependency. diff -r 7b745fb85975 -r 1672a4cb665e src/plugins/quota/Makefile.am --- a/src/plugins/quota/Makefile.am Mon Sep 17 10:35:24 2007 +0300 +++ b/src/plugins/quota/Makefile.am Mon Sep 17 10:41:00 2007 +0300 @@ -28,7 +28,8 @@ quota-storage.c if HAVE_RQUOTA -$(srcdir)/quota-fs.c: rquota_xdr.c +lib10_quota_plugin_la_DEPENDENCIES = \ + rquota_xdr.c rquota_xdr.c: Makefile $(RPCGEN) -c /usr/include/rpcsvc/rquota.x | \