Changeset 1835

Show
Ignore:
Timestamp:
07/03/03 04:04:19 (5 years ago)
Author:
mmh
Message:

use tab instead of spaces before depmod command

Files:

Legend:

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

    r1828 r1835  
    255255install :: all user_install 
    256256ifeq ($(DESTDIR),) 
    257     -/sbin/depmod -a 
     257       -/sbin/depmod -a 
    258258else 
    259     -/sbin/depmod -a -b $(DESTDIR) 
     259       -/sbin/depmod -a -b $(DESTDIR) 
    260260endif 
    261261