diff -Naurp rfswitch-0.1-old/Makefile rfswitch-0.1/Makefile --- rfswitch-0.1-old/Makefile 2004-07-09 06:46:48.000000000 +0200 +++ rfswitch-0.1/Makefile 2006-09-05 20:12:49.000000000 +0200 @@ -84,11 +84,11 @@ ifeq ($(KSRC),$(KSRC_OUTPUT)) # We're no ifdef ($(KSRC)/.tmp_versions) -cp $(KSRC)/.tmp_versions/*.mod $(MODVERDIR) endif - $(MAKE) -C $(KSRC) SUBDIRS=$(PWD) MODVERDIR=$(PWD) modules + $(MAKE) -C $(KSRC) SUBDIRS=$(PWD) MODVERDIR=$(MODVERDIR) modules else # We've got a kernel with seperate output, copy the config, and use O= mkdir -p $(TMP) cp $(KSRC_OUTPUT)/.config $(TMP) - $(MAKE) -C $(KSRC) SUBDIRS=$(PWD) MODVERDIR=$(PWD) O=$(PWD)/tmp modules + $(MAKE) -C $(KSRC) SUBDIRS=$(PWD) MODVERDIR=$(MODVERDIR) O=$(PWD)/tmp modules endif install: modules