summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2009-06-07 22:06:51 +0200
committerChristian Persch <chpe@gnome.org>2009-06-09 18:15:24 +0200
commita70f5ff12a8a57fdbc7157ec01ff8e74a3553de2 (patch)
tree706496e0bedbfdf93740a148e8d3528497a6400b /Makefile.am
parent20bc24696013301e9690b2af85a1472784dc0dc7 (diff)
downloadgtk+-a70f5ff12a8a57fdbc7157ec01ff8e74a3553de2.tar.gz
Fix "srdcir" typo
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 090c2fb4ce..38f245bd6f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -176,7 +176,7 @@ DISTCLEANFILES = \
config.lt
distclean-local:
- if test $(srdcir) = .; then :; else \
+ if test "$(srcdir)" = "."; then :; else \
rm -f ChangeLog; \
fi