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
commitcce4e60b0d0619d9173dc8469a36e8db3318efda (patch)
treee3702006744d5f80f4142cf10cb40a1fd9cdea19 /Makefile.am
parent54ce0bbf5671cba2f415055520dbd16c9f9811fa (diff)
downloadgdk-pixbuf-cce4e60b0d0619d9173dc8469a36e8db3318efda.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 090c2fb4c..38f245bd6 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