Changeset 3811

Show
Ignore:
Timestamp:
07/03/03 04:05:16 (10 years ago)
Author:
mmh
Message:

use tab instead of spaces before depmod command

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • i2c/branches/lk2-4/Makefile

    r3809 r3811  
    177177install :: all 
    178178ifeq ($(DESTDIR),) 
    179     -/sbin/depmod -a 
     179        -/sbin/depmod -a 
    180180else 
    181     -/sbin/depmod -a -b $(DESTDIR) 
     181        -/sbin/depmod -a -b $(DESTDIR) 
    182182endif 
    183183