Whamcloud - gitweb
Use slightly more robust way of making configure depend on lustre.spec.in
authorgord-fig <gord-fig>
Fri, 20 Sep 2002 19:43:07 +0000 (19:43 +0000)
committergord-fig <gord-fig>
Fri, 20 Sep 2002 19:43:07 +0000 (19:43 +0000)
lustre/Makefile.am

index 266acf6..f70ffc0 100644 (file)
@@ -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