]> Pileus Git - ~andy/gtk/commitdiff
Fix "srdcir" typo
authorChristian Persch <chpe@gnome.org>
Sun, 7 Jun 2009 20:06:51 +0000 (22:06 +0200)
committerChristian Persch <chpe@gnome.org>
Tue, 9 Jun 2009 16:15:24 +0000 (18:15 +0200)
Makefile.am

index 090c2fb4ceabb9cf235d9fa6a57ead8b515d5915..38f245bd6fe5d75c7128a05824fcf131a479a47f 100644 (file)
@@ -176,7 +176,7 @@ DISTCLEANFILES =                            \
        config.lt
 
 distclean-local:
-       if test $(srdcir) = .; then :; else \
+       if test "$(srcdir)" = "."; then :; else \
                rm -f ChangeLog; \
        fi