summaryrefslogtreecommitdiff
path: root/libtommath
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-04-08 02:06:54 -0400
committerMike Frysinger <vapier@gentoo.org>2012-04-08 02:06:54 -0400
commitcfec92869346416d13b9876ef62882eedd34fd31 (patch)
treefa070038fa4862652c9f851913bc939d31139544 /libtommath
parentf130ab14d688e29d47a6d5a897a1602f2c7feb59 (diff)
downloaddropbear-cfec92869346416d13b9876ef62882eedd34fd31.tar.gz
fix out-of-tree cleaning
If we build out of tree and then run `make clean`, we hit an infinite loop where libtommath tries to enter subdirs that don't exist and run `make clean`.
Diffstat (limited to 'libtommath')
-rw-r--r--libtommath/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libtommath/Makefile.in b/libtommath/Makefile.in
index 961b92a..3ade090 100644
--- a/libtommath/Makefile.in
+++ b/libtommath/Makefile.in
@@ -170,8 +170,8 @@ clean:
rm -f *.bat *.pdf *.o *.a *.obj *.lib *.exe *.dll etclib/*.o demo/demo.o test ltmtest mpitest mtest/mtest mtest/mtest.exe \
*.idx *.toc *.log *.aux *.dvi *.lof *.ind *.ilg *.ps *.log *.s mpi.c *.da *.dyn *.dpi tommath.tex `find . -type f | grep [~] | xargs` *.lo *.la
rm -rf .libs
- cd etc ; MAKE=${MAKE} ${MAKE} clean
- cd pics ; MAKE=${MAKE} ${MAKE} clean
+ -cd etc && MAKE=${MAKE} ${MAKE} clean
+ -cd pics && MAKE=${MAKE} ${MAKE} clean
#zipup the project (take that!)
no_oops: clean