aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pwc/pwc-10.0.12-rc1/Makefile.patch
blob: 8bbe31b0dc40817426576bedbb723d03220836f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** x/Makefile.orig	2006-03-06 08:10:37.000000000 +0100
--- x/Makefile	2006-04-29 11:57:11.000000000 +0200
***************
*** 48,54 ****
  
  
  all default:
! 	$(MAKE) -C $(KSRC) SUBDIRS=$(PWD) modules
  
  install: default
  	install -d $(KMISC)
--- 48,54 ----
  
  
  all default:
! 	$(MAKE) -C $(KERNEL_SOURCE) M=$(PWD) modules
  
  install: default
  	install -d $(KMISC)