From: adilger Date: Fri, 18 Oct 2002 23:39:18 +0000 (+0000) Subject: Don't refer to junk which doesn't exist. X-Git-Tag: 0.5.15~58 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=150feb3613d2b2bbe9014ccb6a2727fd8f1cc2ce;p=fs%2Flustre-release.git Don't refer to junk which doesn't exist. --- 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