]> granicus.if.org Git - python/commitdiff
For Darwin, export EXE (needed by Lib/plat-generic/regen checkin, to
authorGuido van Rossum <guido@python.org>
Mon, 9 Oct 2000 19:31:40 +0000 (19:31 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 9 Oct 2000 19:31:40 +0000 (19:31 +0000)
follow).  Adapted from a patch by Tony Lownds. (#101816)

Makefile.in

index e474cd4ba2cf464d0b63e8dbfd2b9200825a0919..d0b23726a5c9cd293fa2fac864718299f7acd27b 100644 (file)
@@ -336,6 +336,7 @@ $(srcdir)/Lib/$(PLATDIR):
                cp $(srcdir)/Lib/plat-generic/regen $(srcdir)/Lib/$(PLATDIR)/regen
                export PATH; PATH="`pwd`:$$PATH"; \
                export PYTHONPATH; PYTHONPATH="`pwd`/Lib"; \
+               export EXE; EXE="$(EXE)"; \
                cd $(srcdir)/Lib/$(PLATDIR); ./regen
 
 # Install the include files