[Python-checkins] CVS: python/dist/src Makefile.in,1.98,1.99

Fred L. Drake python-dev@python.org
Thu, 31 Aug 2000 15:02:49 -0700


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

Modified Files:
	Makefile.in 
Log Message:

Fix BeOS check in the libainstall target; noted by Mark Favas
<m.favas@per.dem.csiro.au>.


Index: Makefile.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.in,v
retrieving revision 1.98
retrieving revision 1.99
diff -C2 -r1.98 -r1.99
*** Makefile.in	2000/08/29 15:00:11	1.98
--- Makefile.in	2000/08/31 22:02:46	1.99
***************
*** 406,410 ****
  		else true; \
  		fi
! 		@if [ "$(MACHDEP)" == "beos" ] ; then \
  			echo; echo "Installing support files for building shared extension modules on BeOS:"; \
  			$(INSTALL_DATA) BeOS/README $(LIBPL)/README;	\
--- 406,410 ----
  		else true; \
  		fi
! 		@if [ "$(MACHDEP)" = "beos" ] ; then \
  			echo; echo "Installing support files for building shared extension modules on BeOS:"; \
  			$(INSTALL_DATA) BeOS/README $(LIBPL)/README;	\