Merge pull request #72 from petterreinholdtsen/distclean-no-deps

Make sure 'distclean' target work before deps is populated.
This commit is contained in:
Charlie Curtsinger 2016-08-12 16:59:25 -05:00 committed by GitHub
commit 3aecd3e271

View File

@ -12,5 +12,5 @@ install::
distclean::
@for dir in deps/libelfin ; do \
make -C $$dir distclean || make -C $$dir clean; \
if [ -d $$dir ] ; then make -C $$dir distclean || make -C $$dir clean; fi; \
done