summaryrefslogtreecommitdiff
path: root/graphics/asymptote/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/Makefile.in')
-rw-r--r--graphics/asymptote/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/asymptote/Makefile.in b/graphics/asymptote/Makefile.in
index e3bf1722c9..2e6bec801f 100644
--- a/graphics/asymptote/Makefile.in
+++ b/graphics/asymptote/Makefile.in
@@ -338,7 +338,7 @@ uninstall-docdir:
clean: FORCE
-rm -f asy asymptote.so *.pic.o *.o *.d *mon.out $(CLEAN)
- cd LspCpp && $(MAKE) clean
+ -cd LspCpp && $(MAKE) clean
gc-clean: FORCE clean
-if test -d $(GC); then \
@@ -355,7 +355,7 @@ cleaner: FORCE clean
distclean: FORCE cleaner
cd doc && $(MAKE) distclean
- cd LspCpp && rm CMakeCache.txt
+ cd LspCpp && rm -rf CMakeCache.txt CMakeDoxyfile.in CMakeDoxygenDefaults.cmake CMakeFiles Makefile cmake_install.cmake
cleanest: FORCE maintainer-clean
maintainer-clean: FORCE distclean