diff options
author | Christian Persch <chpe@gnome.org> | 2009-06-07 22:06:51 +0200 |
---|---|---|
committer | Christian Persch <chpe@gnome.org> | 2009-06-09 18:15:24 +0200 |
commit | a70f5ff12a8a57fdbc7157ec01ff8e74a3553de2 (patch) | |
tree | 706496e0bedbfdf93740a148e8d3528497a6400b /Makefile.am | |
parent | 20bc24696013301e9690b2af85a1472784dc0dc7 (diff) | |
download | gdk-pixbuf-a70f5ff12a8a57fdbc7157ec01ff8e74a3553de2.tar.gz |
Fix "srdcir" typo
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
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 |