From aedc4a044385907813417a6798c718bd880af701 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 04 Jun 2009 13:39:32 +0000 Subject: Fix typo --- (limited to 'Makefile.am') 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 -- cgit v0.9.1