1 Index: linux-2.4.35.4/Makefile
2 ===================================================================
3 --- linux-2.4.35.4.orig/Makefile
4 +++ linux-2.4.35.4/Makefile
5 @@ -428,18 +428,9 @@ else
6 depmod_opts := -b $(INSTALL_MOD_PATH) -r
9 -_modinst_post: _modinst_post_pcmcia
11 if [ -r System.map ]; then $(DEPMOD) -ae -F System.map $(depmod_opts) $(KERNELRELEASE); fi
13 -# Backwards compatibilty symlinks for people still using old versions
14 -# of pcmcia-cs with hard coded pathnames on insmod. Remove
15 -# _modinst_post_pcmcia for kernel 2.4.1.
16 -.PHONY: _modinst_post_pcmcia
17 -_modinst_post_pcmcia:
20 - find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia
22 .PHONY: $(patsubst %, _modinst_%, $(SUBDIRS))
23 $(patsubst %, _modinst_%, $(SUBDIRS)) :
24 $(MAKE) -C $(patsubst _modinst_%, %, $@) modules_install