From feda86b672250a83ae8c9d1d750e4402be141408 Mon Sep 17 00:00:00 2001 From: gord-fig Date: Fri, 20 Sep 2002 19:43:07 +0000 Subject: [PATCH] Use slightly more robust way of making configure depend on lustre.spec.in --- lustre/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.3.1