[evince] Fix typo



commit aedc4a044385907813417a6798c718bd880af701
Author: Christian Persch <chpe gnome org>
Date:   Thu Jun 4 15:39:32 2009 +0200

    Fix typo
---
 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 4aef61f..64b26a3 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
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]