setup: remove the hatch-eggs make script since the setup.cfg accomplishes it, and make windows-exe depend on .built

This commit is contained in:
Zooko O'Whielacronx 2008-01-22 13:47:48 -07:00
parent c433f42337
commit 5188929e72

View File

@ -405,12 +405,9 @@ deb-gutsy-head:
fakeroot debian/rules binary
# These targets provide for windows native builds
.PHONY: hatch-eggs windows-exe windows-installer windows-installer-upload
.PHONY: windows-exe windows-installer windows-installer-upload
hatch-eggs:
$(PP) $(PYTHON) misc/hatch-eggs.py
windows-exe: hatch-eggs
windows-exe: .built
cd windows && $(PP) $(PYTHON) setup.py py2exe
windows-installer: windows-exe