merge of '49118a4c6035353c0f8cf1aa30297dd36e43241f'
[vuplus_openembedded] / packages / u-boot / files / Makefile-fix.patch
1 --- /tmp/Makefile       2008-07-07 20:48:41.000000000 +0200
2 +++ git/Makefile        2008-07-07 20:49:22.000000000 +0200
3 @@ -21,10 +21,6 @@
4  # MA 02111-1307 USA
5  #
6  
7 -ifndef PRJROOT
8 -$(error You must first source the BSP environment: "source neuros-env")
9 -endif
10 -
11  VERSION = 1
12  PATCHLEVEL = 3
13  SUBLEVEL = 2
14 @@ -417,11 +413,6 @@
15                 grep -v '\(compiled\)\|\(\.o$$\)\|\( [aUw] \)\|\(\.\.ng$$\)\|\(LASH[RL]DI\)' | \
16                 sort > $(obj)System.map
17  
18 -install: u-boot.bin u-boot 
19 -       @install -p u-boot.bin $(PRJROOT)/images/ > /dev/null
20 -       @install -p u-boot $(PRJROOT)/images/ > /dev/null
21 -       @install uboot_desc $(PRJROOT)/images/ > /dev/null
22 -
23  #
24  # Auto-generate the autoconf.mk file (which is included by all makefiles)
25  #