]> www.fi.muni.cz Git - evince.git/commitdiff
Fix typo
authorChristian Persch <chpe@gnome.org>
Thu, 4 Jun 2009 13:39:32 +0000 (15:39 +0200)
committerChristian Persch <chpe@gnome.org>
Thu, 4 Jun 2009 13:39:32 +0000 (15:39 +0200)
Makefile.am

index 4aef61fb8546a17283cd67633c0b08ac3634859d..64b26a3b2a664d611100ec93a649bd558f8cc92a 100644 (file)
@@ -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