[Python-checkins] python/dist/src Makefile.pre.in,1.82,1.83
loewis@sourceforge.net
loewis@sourceforge.net
2002年5月08日 02:00:04 -0700
Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv9701
Modified Files:
Makefile.pre.in
Log Message:
Patch #553230: Create LIBDIR if necessary. Bugfix candidate.
Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.82
retrieving revision 1.83
diff -C2 -d -r1.82 -r1.83
*** Makefile.pre.in 26 Apr 2002 19:40:53 -0000 1.82
--- Makefile.pre.in 8 May 2002 08:59:59 -0000 1.83
***************
*** 550,554 ****
# This goes into $(exec_prefix)
altbininstall: $(BUILDPYTHON)
! @for i in $(BINDIR); \
do \
if test ! -d $$i; then \
--- 550,554 ----
# This goes into $(exec_prefix)
altbininstall: $(BUILDPYTHON)
! @for i in $(BINDIR) $(LIBDIR); \
do \
if test ! -d $$i; then \