Codebase list genometools / f155da8
make directory creation more robust Sascha Steinbiss 7 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
3131 dh $@ --with python2
3232
3333 override_dh_auto_clean:
34 mkdir obj
34 mkdir -p obj
3535 $(MAKE) cleanup
3636 cd doc/manuals; $(MAKE) cleanup
3737 # should be deleted inside doc/manuals/Makefile