summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-08-13 16:22:57 +0200
committerBram Moolenaar <Bram@vim.org>2010-08-13 16:22:57 +0200
commitb744b2fa3216740c74d74bd62b26b6a539f026d1 (patch)
tree1ca653eec27c5356fb60be2873c7dab0137cd639 /src/Makefile
parent2a988a162c85df0092eca6b23eff9cd0fcd7de9a (diff)
downloadvim-git-b744b2fa3216740c74d74bd62b26b6a539f026d1.tar.gz
Add a configure check for RTLD_GLOBAL. (James Vega, Roland Puntaier)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 4a66bfad5..9f8aa4ba2 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2255,6 +2255,7 @@ clean celan: testclean
-rm -f *.o objects/* core $(VIMTARGET).core $(VIMTARGET) vim xxd/*.o
-rm -f $(TOOLS) auto/osdef.h auto/pathdef.c auto/if_perl.c
-rm -f conftest* *~ auto/link.sed
+ -rm -f runtime pixmaps
-rm -rf $(APPDIR)
-rm -rf mzscheme_base.c
if test -d $(PODIR); then \