[Python-checkins] CVS: python/dist/src Makefile.in,1.95,1.96 configure.in,1.144,1.145

Sjoerd Mullender python-dev@python.org
Thu, 17 Aug 2000 04:38:21 -0700


Update of /cvsroot/python/python/dist/src
In directory slayer.i.sourceforge.net:/tmp/cvs-serv19129

Modified Files:
	Makefile.in configure.in 
Log Message:
Fix up problems when compiling in a directory other than the source
directory.


Index: Makefile.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.in,v
retrieving revision 1.95
retrieving revision 1.96
diff -C2 -r1.95 -r1.96
*** Makefile.in	2000/08/12 14:45:50	1.95
--- Makefile.in	2000/08/17 11:38:17	1.96
***************
*** 197,202 ****
  
  Grammar:
! 		P=`pwd`/Parser; cd $(srcdir)/Grammar; $(MAKE) PGENDIR=$$P \
! 			OPT="$(OPT)" VERSION="$(VERSION)" \
  			prefix="$(prefix)" exec_prefix="$(exec_prefix)" all
  
--- 197,201 ----
  
  Grammar:
! 		cd Grammar ; $(MAKE) OPT="$(OPT)" VERSION="$(VERSION)" \
  			prefix="$(prefix)" exec_prefix="$(exec_prefix)" all
  

Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.144
retrieving revision 1.145
diff -C2 -r1.144 -r1.145
*** configure.in	2000/08/12 18:43:02	1.144
--- configure.in	2000/08/17 11:38:18	1.145
***************
*** 1168,1171 ****
--- 1168,1172 ----
   Objects/Makefile \
   Parser/Makefile \
+  Grammar/Makefile \
   Python/Makefile \
   Modules/Makefile.pre \