- Revision
- 16078
- Author
- bear
- Date
- 2007-12-06 21:34:21 -0800 (Thu, 06 Dec 2007)
Log Message
oops - evidently eggs can be directories :)
Modified Paths
Diff
Modified: trunk/chandler/Makefile (16077 => 16078)
--- trunk/chandler/Makefile 2007-12-07 05:22:21 UTC (rev 16077) +++ trunk/chandler/Makefile 2007-12-07 05:34:21 UTC (rev 16078) @@ -430,7 +430,7 @@ rm -rf $(C_BIN)/$(SNAP) rm -f $(PLUGIN_INST)/*.egg-link rm -f $(PLUGIN_INST)/*.pth - rm -f $(PLUGIN_INST)/*.egg + rm -rf $(PLUGIN_INST)/*.egg rm -rf $(C_HOME)/*-py$(PYTHON_VER).egg clean: distclean
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
