X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=blobdiff_plain;f=dmapi%2Fsrc%2Fcommon%2FMakefile.in;h=1895d80ecd0416df729fc2b993c5c64354d06c01;hp=f183481055cf224a4ea8089295a99ed00073f3b6;hb=ca763c800a58c6fb6fd188484caf8ce931cca4ab;hpb=609a3a88778534cfa3445e98f0e3998033415a44 diff --git a/dmapi/src/common/Makefile.in b/dmapi/src/common/Makefile.in index f1834810..1895d80e 100644 --- a/dmapi/src/common/Makefile.in +++ b/dmapi/src/common/Makefile.in @@ -1,6 +1,6 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am -# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -127,7 +127,7 @@ maintainer-clean-recursive: dot_seen=no; \ rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ rev="$$subdir $$rev"; \ - test "$$subdir" = "." && dot_seen=yes; \ + test "$$subdir" != "." || dot_seen=yes; \ done; \ test "$$dot_seen" = "no" && rev=". $$rev"; \ target=`echo $@ | sed s/-recursive//`; \