# # Patch managed by http://www.holgerschurig.de/patcher.html # Index: Python-2.5.1/Makefile.pre.in =================================================================== --- Python-2.5.1.orig/Makefile.pre.in +++ Python-2.5.1/Makefile.pre.in @@ -83,8 +83,8 @@ prefix= @prefix@ exec_prefix= @exec_prefix@ # Expanded directories -BINDIR= $(exec_prefix)/bin -LIBDIR= $(exec_prefix)/lib +BINDIR= @bindir@ +LIBDIR= @libdir@ MANDIR= @mandir@ INCLUDEDIR= @includedir@ CONFINCLUDEDIR= $(exec_prefix)/include /cgit/'>index : multitech-oe.git
Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/kaffe
AgeCommit message (Expand)AuthorFiles
2006-11-29Introduce STAGING_BINDIR_CROSS and STAGING_BINDIR_NATIVE as discussed on the ...Richard Purdie1
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi2
2006-08-19kaffeh-native: clean RDEPENDS to get it buildMarcin Juszkiewicz2
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther5
2006-03-01all over the place: adapt DEPENDS to new xlib namesPhilipp Zabel2
2006-01-07Convert CVSDATE -> SRCDATE. Also standardise cvs and svn PVs to x.x.x+cvsYYYY...Richard Purdie