From: gord-fig Date: Fri, 20 Sep 2002 19:43:07 +0000 (+0000) Subject: Use slightly more robust way of making configure depend on lustre.spec.in X-Git-Tag: 0.5.12~47 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=feda86b672250a83ae8c9d1d750e4402be141408;p=fs%2Flustre-release.git Use slightly more robust way of making configure depend on lustre.spec.in --- diff --git a/lustre/Makefile.am b/lustre/Makefile.am index 266acf6..f70ffc0 100644 --- a/lustre/Makefile.am +++ b/lustre/Makefile.am @@ -12,7 +12,7 @@ DIST_SUBDIRS = $(SUBDIRS) EXTRA_DIST = BUGS FDL Rules include patches archdep.m4 # We get the version from the spec file. -configure: scripts/lustre.spec.in +CONFIGURE_DEPENDENCIES = scripts/lustre.spec.in dist-hook: find $(distdir) -name .deps | xargs rm -rf