This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nobody
Recipients
Date 2001-04-04.14:50:54
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
When building in a separate directory from the source 
tree, ccpython.cc cannot be built since the rule in 
Modules/Makefile.pre.in is currently:

ccpython.o: ccpython.cc
	$(CXX) $(CFLAGS) -c $*.cc

instead of

ccpython.o: ccpython.cc
	$(CXX) $(CFLAGS) -c $<

Thanks,

Guy.
History
Date User Action Args
2007-08-23 13:53:48adminlinkissue413714 messages
2007-08-23 13:53:48admincreate