From aedc4a044385907813417a6798c718bd880af701 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 4 Jun 2009 15:39:32 +0200 Subject: [PATCH] Fix typo --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 4aef61fb..64b26a3b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -56,7 +56,7 @@ DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install --disable-scrollkeeper --e distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper | grep -v /share/gnome/help/ | grep -v \.omf distclean-local: - if test $(srdcir) = .; then :; else \ + if test "$(srcdir)" = "."; then :; else \ rm -f ChangeLog; \ fi -- 2.43.0