root/trunk/freewrt/package/alsa/patches/patch-TOPDIR-override.make

Revision 499, 0.8 kB (checked in by markus, 2 years ago)

fixes TOPDIR usage in package's makefiles

Line 
1 diff -Nur alsa-driver-1.0.11.orig/Rules.make alsa-driver-1.0.11/Rules.make
2 --- alsa-driver-1.0.11.orig/Rules.make  2006-01-04 16:52:31.000000000 +0100
3 +++ alsa-driver-1.0.11/Rules.make       2006-08-03 16:29:19.000000000 +0200
4 @@ -58,7 +58,7 @@
5  
6  else # ! NEW_KBUILD
7  
8 -TOPDIR = $(MAINSRCDIR)
9 +override TOPDIR        := $(MAINSRCDIR)
10  
11  comma = ,
12  
13 diff -Nur alsa-driver-1.0.11.orig/support/Makefile alsa-driver-1.0.11/support/Makefile
14 --- alsa-driver-1.0.11.orig/support/Makefile    2003-04-07 11:51:24.000000000 +0200
15 +++ alsa-driver-1.0.11/support/Makefile 2006-08-03 17:21:42.000000000 +0200
16 @@ -3,7 +3,7 @@
17  # Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz>
18  #
19  
20 -TOPDIR = ..
21 +override TOPDIR        := ..
22  
23  include $(TOPDIR)/toplevel.config
24  include $(TOPDIR)/Makefile.conf
Note: See TracBrowser for help on using the browser.