diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-06-12 12:32:44 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-12 12:32:44 +0000 |
commit | f1ab5d1610175c155e1de6ce40500ced5cdcd83b (patch) | |
tree | 878d21b2fd1ac7629bbaba49a5cf156dffb88419 /packages/python/python-2.3.4/bindir-libdir.patch | |
parent | dffddd7000a55a3420bbc1025c6acd63a8817d6f (diff) | |
parent | fde62dc6e3a4eed3b138f07db46c0aeeba6608bf (diff) |
merge of 1b2e21b185da17a194d778853f848c2e86a2d31a
and 649d3cf23ceed3a98c61de4cfc356bb3848b9cf3
Diffstat (limited to 'packages/python/python-2.3.4/bindir-libdir.patch')
-rw-r--r-- | packages/python/python-2.3.4/bindir-libdir.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/packages/python/python-2.3.4/bindir-libdir.patch b/packages/python/python-2.3.4/bindir-libdir.patch deleted file mode 100644 index 999bddc449..0000000000 --- a/packages/python/python-2.3.4/bindir-libdir.patch +++ /dev/null @@ -1,18 +0,0 @@ - -# -# Made by http://www.mn-logistik.de/unsupported/pxa250/patcher -# - ---- Python-2.3.1/Makefile.pre.in~bindir-libdir 2003-09-20 12:50:28.000000000 +0200 -+++ Python-2.3.1/Makefile.pre.in 2003-11-02 19:53:17.000000000 +0100 -@@ -78,8 +78,8 @@ - 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 |