From 150feb3613d2b2bbe9014ccb6a2727fd8f1cc2ce Mon Sep 17 00:00:00 2001 From: adilger Date: Fri, 18 Oct 2002 23:39:18 +0000 Subject: [PATCH] Don't refer to junk which doesn't exist. --- lustre/scripts/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/scripts/Makefile.am b/lustre/scripts/Makefile.am index 050f583..a33c1e5 100644 --- a/lustre/scripts/Makefile.am +++ b/lustre/scripts/Makefile.am @@ -3,7 +3,7 @@ # This code is issued under the GNU General Public License. # See the file COPYING in this distribution -EXTRA_DIST = license-status maketags.sh mkobddevs obdtrace_demo.scr lustre.spec $(initd_SCRIPTS) +EXTRA_DIST = license-status maketags.sh lustre.spec $(initd_SCRIPTS) initddir = $(sysconfdir)/init.d initd_SCRIPTS = lustre include $(top_srcdir)/Rules -- 1.8.3.1