[Python-checkins] CVS: python/dist/src Makefile.pre.in,1.53,1.54

Jack Jansen jackjansen@users.sourceforge.net
Fri, 17 Aug 2001 15:37:04 -0700


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv20318

Modified Files:
	Makefile.pre.in 
Log Message:
The OSX framework Headers symlink pointed the wrong way. Fixed.
Bill Fancher found this one.


Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -d -r1.53 -r1.54
*** Makefile.pre.in	2001/08/17 18:39:24	1.53
--- Makefile.pre.in	2001/08/17 22:37:02	1.54
***************
*** 772,776 ****
  		fi; \
  	done
! 	$(LN) -sf $(FRAMEWORKFINALDEST)/Headers $(INCLUDEPY)
  	$(INSTALL_DATA) $(RESSRCDIR)/Info.plist $(FRAMEWORKFINALDEST)/Resources/Info.plist
  	$(INSTALL_DATA) $(RESSRCDIR)/version.plist $(FRAMEWORKFINALDEST)/Resources/version.plist
--- 772,776 ----
  		fi; \
  	done
! 	$(LN) -sf $(INCLUDEPY) $(FRAMEWORKFINALDEST)/Headers
  	$(INSTALL_DATA) $(RESSRCDIR)/Info.plist $(FRAMEWORKFINALDEST)/Resources/Info.plist
  	$(INSTALL_DATA) $(RESSRCDIR)/version.plist $(FRAMEWORKFINALDEST)/Resources/version.plist