[Python-checkins] CVS: python/dist/src Makefile.pre.in,1.47,1.48
Martin v. L?wis
loewis@users.sourceforge.net
2001年8月01日 23:20:22 -0700
- Previous message: [Python-checkins] CVS: python/dist/src/Objects classobject.c,2.133,2.134
- Next message: [Python-checkins] CVS: python/dist/src/Lib ConfigParser.py,1.33,1.34 Cookie.py,1.10,1.11 codecs.py,1.20,1.21 multifile.py,1.17,1.18 pipes.py,1.10,1.11 pyclbr.py,1.19,1.20 sgmllib.py,1.36,1.37 urllib2.py,1.15,1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv352
Modified Files:
Makefile.pre.in
Log Message:
Take MANDIR and INCLUDEDIR from configure. Fixes bug #446671.
Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** Makefile.pre.in 2001年08月02日 04:15:00 1.47
--- Makefile.pre.in 2001年08月02日 06:20:20 1.48
***************
*** 81,86 ****
BINDIR= $(exec_prefix)/bin
LIBDIR= $(exec_prefix)/lib
! MANDIR= $(prefix)/man
! INCLUDEDIR= $(prefix)/include
CONFINCLUDEDIR= $(exec_prefix)/include
SCRIPTDIR= $(prefix)/lib
--- 81,86 ----
BINDIR= $(exec_prefix)/bin
LIBDIR= $(exec_prefix)/lib
! MANDIR= @mandir@
! INCLUDEDIR= @includedir@
CONFINCLUDEDIR= $(exec_prefix)/include
SCRIPTDIR= $(prefix)/lib
- Previous message: [Python-checkins] CVS: python/dist/src/Objects classobject.c,2.133,2.134
- Next message: [Python-checkins] CVS: python/dist/src/Lib ConfigParser.py,1.33,1.34 Cookie.py,1.10,1.11 codecs.py,1.20,1.21 multifile.py,1.17,1.18 pipes.py,1.10,1.11 pyclbr.py,1.19,1.20 sgmllib.py,1.36,1.37 urllib2.py,1.15,1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]