From: adilger Date: Fri, 18 Oct 2002 19:25:48 +0000 (+0000) Subject: More merging from the 2.5 tree. X-Git-Tag: 0.5.15~73 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=210eadf61ea94c6e6c6bae6e488fba0bbbd18c1b;p=fs%2Flustre-release.git More merging from the 2.5 tree. --- diff --git a/lustre/obdfilter/Makefile.am b/lustre/obdfilter/Makefile.am index 68eeee2..34b6c7a 100644 --- a/lustre/obdfilter/Makefile.am +++ b/lustre/obdfilter/Makefile.am @@ -21,5 +21,8 @@ obdfilter_SOURCES = $(FILTERC) $(LINX) dist-hook: list='$(LINX)'; for f in $$list; do rm -f $(distdir)/$$f; done +distclean: + $(RM) Makefile.in + include $(top_srcdir)/Rules