summaryrefslogtreecommitdiff
path: root/packages/pwc/pwc-10.0.12-rc1/Makefile.patch
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@yahoo.com>2006-04-29 10:24:52 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-29 10:24:52 +0000
commit5cd19f04519ac49e6bc3ebf9ac1d63a2c1f333da (patch)
treef1fd0579cc52a1714ae52ef45bcb04e95ed86241 /packages/pwc/pwc-10.0.12-rc1/Makefile.patch
parenta645a1b3f40fbce1595b3af63ff33b82867bfa85 (diff)
pwc: added pwc_10.0.12-rc1 release, fixed build
Diffstat (limited to 'packages/pwc/pwc-10.0.12-rc1/Makefile.patch')
-rw-r--r--packages/pwc/pwc-10.0.12-rc1/Makefile.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/pwc/pwc-10.0.12-rc1/Makefile.patch b/packages/pwc/pwc-10.0.12-rc1/Makefile.patch
new file mode 100644
index 0000000000..8bbe31b0dc
--- /dev/null
+++ b/packages/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)