]> git.wh0rd.org - patches.git/blame - uclinux-user-makefile-customize.patch
scummvm random work
[patches.git] / uclinux-user-makefile-customize.patch
CommitLineData
5e993f12 1Index: user/Makefile
2===================================================================
3RCS file: /var/cvs/uClinux-dist/user/Makefile,v
4retrieving revision 1.13
5diff -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