Changeset 1828

Show
Ignore:
Timestamp:
07/02/03 09:56:40 (5 years ago)
Author:
khali
Message:

Automatically run depmod -a after installing modules.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/Makefile

    r1827 r1828  
    254254all :: user 
    255255install :: all user_install 
     256ifeq ($(DESTDIR),) 
     257    -/sbin/depmod -a 
     258else 
     259    -/sbin/depmod -a -b $(DESTDIR) 
     260endif 
     261 
    256262clean:: 
    257263        $(RM) lm_sensors-*