Commit b98c7713 authored by Lev Walkin's avatar Lev Walkin

distclean might not clean properly if not fully compiled

parent ed93977d
......@@ -42,7 +42,7 @@ EXTRA_DIST = \
CLEANFILES = $(ASN1_FILES_1) $(ASN1_FILES_2) $(ASN1_FILES_3)
clean-local:
for dir in ${srcdir}/sample.source.*; do (cd $$dir && make distclean); done
for dir in ${srcdir}/sample.source.*; do (cd $$dir && make distclean || :); done
dist-hook: clean-local
rm -f `find $(distdir) -name "*.core" -or -name ".tmp.*"`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment