From 5188929e725321a57ce1520e012e727d759b2a1f Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Tue, 22 Jan 2008 13:47:48 -0700 Subject: [PATCH] setup: remove the hatch-eggs make script since the setup.cfg accomplishes it, and make windows-exe depend on .built --- Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 286d4bd7..7725ec10 100644 --- a/Makefile +++ b/Makefile @@ -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 -- 2.45.2