From: Christian Persch Date: Thu, 4 Jun 2009 13:39:32 +0000 (+0200) Subject: Fix typo X-Git-Tag: EVINCE_2_27_3~51 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=aedc4a044385907813417a6798c718bd880af701;p=evince.git Fix typo --- 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