mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
534 B

diff -ruN ciphers-v2.0f_orig/Makefile ciphers-v2.0f/Makefile
--- ciphers-v2.0f_orig/Makefile 2004-03-02 12:50:45.000000000 +0100
+++ ciphers-v2.0f/Makefile 2004-03-02 12:52:04.000000000 +0100
@@ -99,9 +99,6 @@
modules: clean $(MLIST)
mkdir -p $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE)/block
cp -p $(MLIST) $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE)/block
-ifeq ($(RUNDM),y)
- $(DEPMOD) -a $(DMOPTS)
-endif
sync
@echo "Currently running kernel is " $(KR)
@echo "Modules were built for kernel" $(KERNELRELEASE)