projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c433f42
)
setup: remove the hatch-eggs make script since the setup.cfg accomplishes it, and...
author
Zooko O'Whielacronx
<zooko@zooko.com>
Tue, 22 Jan 2008 20:47:48 +0000
(13:47 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Tue, 22 Jan 2008 20:47:48 +0000
(13:47 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 286d4bd79a81e80581822d44459f185404d17c57..7725ec1055b081b8a9d13d0610ee3e46b30339f2 100644
(file)
--- 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