diff src/Makefile @ 2554:7abef60aca22 vim73

Add a configure check for RTLD_GLOBAL. (James Vega, Roland Puntaier)
author Bram Moolenaar <bram@vim.org>
date Fri, 13 Aug 2010 16:22:57 +0200
parents 8bc2e8390c11
children 1851bce339fc
line wrap: on
line diff
--- 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 \