Fix "srdcir" typo

This commit is contained in:
Christian Persch 2009-06-07 22:06:51 +02:00
parent 20bc246960
commit a70f5ff12a

View File

@ -176,7 +176,7 @@ DISTCLEANFILES = \
config.lt
distclean-local:
if test $(srdcir) = .; then :; else \
if test "$(srcdir)" = "."; then :; else \
rm -f ChangeLog; \
fi