Changeset 3811
- Timestamp:
- 07/03/03 04:05:16 (10 years ago)
- Files:
-
- 1 modified
-
i2c/branches/lk2-4/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
i2c/branches/lk2-4/Makefile
r3809 r3811 177 177 install :: all 178 178 ifeq ($(DESTDIR),) 179 -/sbin/depmod -a179 -/sbin/depmod -a 180 180 else 181 -/sbin/depmod -a -b $(DESTDIR)181 -/sbin/depmod -a -b $(DESTDIR) 182 182 endif 183 183
