diff options
Diffstat (limited to 'recipes/pwc/pwc-10.0.12-rc1/Makefile.patch')
-rw-r--r-- | recipes/pwc/pwc-10.0.12-rc1/Makefile.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/pwc/pwc-10.0.12-rc1/Makefile.patch b/recipes/pwc/pwc-10.0.12-rc1/Makefile.patch new file mode 100644 index 0000000000..8bbe31b0dc --- /dev/null +++ b/recipes/pwc/pwc-10.0.12-rc1/Makefile.patch @@ -0,0 +1,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) |