From: shaver Date: Fri, 18 Oct 2002 21:42:03 +0000 (+0000) Subject: automake 1.6.x doesn't like the redefinition, and I bet that's not what we meant X-Git-Tag: 0.5.15~69 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=37ceadf83fa4f1c46e47b950dfa044bb42222414;p=fs%2Flustre-release.git automake 1.6.x doesn't like the redefinition, and I bet that's not what we meant anyway. --- diff --git a/lustre/tests/Makefile.am b/lustre/tests/Makefile.am index 305c0c4..99f9410 100644 --- a/lustre/tests/Makefile.am +++ b/lustre/tests/Makefile.am @@ -14,7 +14,7 @@ pkgexampledir = '${exec_prefix}/usr/lib/$(PACKAGE)/examples' pkgexample_SCRIPTS = llmount.sh llmountcleanup.sh llecho.sh local.sh uml.sh lov.sh noinst_SCRIPTS = llsetup.sh llrsetup.sh llcleanup.sh noinst_DATA = ext2_10000.gz ext2_25000.gz ext3_10000.gz lov.xml lustre.cfg -noinst_SCRIPTS = fs.sh intent-test.sh intent-test2.sh leak_finder.pl \ +noinst_SCRIPTS += fs.sh intent-test.sh intent-test2.sh leak_finder.pl \ lldlm.sh llecho.sh llext3.sh llmodules.sh llmount-client.sh \ llmount-server.sh llmount.sh llmountcleanup.sh llrext3.sh \ llrmount.sh llsimple.sh mdcreq.sh mdcreqcleanup.sh \