]> git.wh0rd.org Git - patches.git/blob - uclinux-user-makefile-customize.patch
scummvm random work
[patches.git] / uclinux-user-makefile-customize.patch
1 Index: user/Makefile
2 ===================================================================
3 RCS file: /var/cvs/uClinux-dist/user/Makefile,v
4 retrieving revision 1.13
5 diff -u -p -r1.13 Makefile
6 --- user/Makefile       1 Feb 2007 14:56:29 -0000       1.13
7 +++ user/Makefile       17 May 2007 14:07:18 -0000
8 @@ -10,7 +10,7 @@
9  #
10  
11  ifndef ROOTDIR
12 -ROOTDIR=..
13 +ROOTDIR=$(PWD)/..
14  endif
15  
16  UCLINUX_BUILD_USER=1
17 @@ -474,3 +474,4 @@ prune_openswan:
18         cp -R $@/* .; \
19         rm -fr $@
20  
21 +-include Makefile.local