From ab253297b65617564c957e9b89f8d1d5c09d44f8 Mon Sep 17 00:00:00 2001 From: nfshp Date: Tue, 1 Apr 2003 16:22:12 +0000 Subject: [PATCH] merge b_devel into b_cray --- lustre/obdclass/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/obdclass/Makefile.am b/lustre/obdclass/Makefile.am index fb04cc1..1946d26 100644 --- a/lustre/obdclass/Makefile.am +++ b/lustre/obdclass/Makefile.am @@ -33,7 +33,7 @@ include $(top_srcdir)/Rules # XXX I'm sure there's some automake mv-if-different helper for this. lustre_build_version: perl $(top_srcdir)/scripts/version_tag.pl $(top_srcdir) $(top_builddir) > tmpver - cmp -z $(top_builddir)/include/linux/lustre_build_version.h tmpver \ + cmp -s $(top_builddir)/include/linux/lustre_build_version.h tmpver \ 2> /dev/null && \ $(RM) tmpver || \ mv tmpver $(top_builddir)/include/linux/lustre_build_version.h -- 1.8.3.1