summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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