Changes of Revision 4
[-] [+] | Changed | thecus-event.spec |
[-] [+] | Added | thecus-event-makefile.patch ^ |
@@ -0,0 +1,8 @@ +--- Makefile.orig 2011-03-27 20:23:38.350174274 +0200 ++++ Makefile 2011-03-27 20:23:44.389947477 +0200 +@@ -2,4 +2,4 @@ + KDIR := /lib/modules/$(shell uname -r)/build + PWD := $(shell pwd) + default: +-$(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules ++ $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules |