Mercurial > pidgin
diff Makefile.mingw @ 27407:b74fa3d29cda
Modify the Windows build/install setup to deal with the perl modules the way
the Linux build/install setup does.
This wasn't strictly necessary but does make things more nicely parallel.
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Tue, 07 Jul 2009 15:44:24 +0000 |
parents | 727d960a75a4 |
children | bd3cf895e19a |
line wrap: on
line diff
--- a/Makefile.mingw Tue Jul 07 15:42:04 2009 +0000 +++ b/Makefile.mingw Tue Jul 07 15:44:24 2009 +0000 @@ -129,7 +129,7 @@ rm -rf doc/html Doxyfile.mingw uninstall: - rm -rf $(PURPLE_INSTALL_PERLMOD_DIR) $(PIDGIN_INSTALL_PLUGINS_DIR) $(PURPLE_INSTALL_PO_DIR) $(PIDGIN_INSTALL_DIR) $(STRIPPED_RELEASE_DIR) + rm -rf $(PURPLE_INSTALL_PERL_DIR) $(PIDGIN_INSTALL_PLUGINS_DIR) $(PURPLE_INSTALL_PO_DIR) $(PIDGIN_INSTALL_DIR) $(STRIPPED_RELEASE_DIR) rm -f ./VERSION include $(PIDGIN_COMMON_TARGETS)