summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2009-06-04 15:48:35 +0200
committerChristian Persch <chpe@gnome.org>2009-06-04 15:49:16 +0200
commit7b7a40130eb556fc7f32fb21a73c6437b29b0c73 (patch)
treeb5b855391577ae1031b8bf58381428401df78834 /Makefile.am
parentaa1afee5cc5b96161b6bb7c1639a180a39850653 (diff)
downloadnautilus-7b7a40130eb556fc7f32fb21a73c6437b29b0c73.tar.gz
Correct "srdcir" typo to "srcdir"
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 d2e28fcb1..814a3cdf9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -46,7 +46,7 @@ DISTCHECK_CONFIGURE_FLAGS = --disable-update-mimedb --enable-gtk-doc
ACLOCAL_AMFLAGS = -I m4
distclean-local:
- if test $(srdcir) = .; then :; else \
+ if test "$(srcdir)" = "."; then :; else \
rm -f ChangeLog; \
fi