Changeset 19 for lm-sensors/trunk/i2c/Module.mk
- Timestamp:
- 12/01/98 22:11:32 (15 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/i2c/Module.mk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/i2c/Module.mk
r11 r19 30 30 INCLUDEFILES += $(I2CTARGETS:.o=.d) 31 31 32 all :: $(I2CTARGETS) 32 all-i2c: $(I2CTARGETS) 33 all :: all-i2c 33 34 34 install ::35 install-i2c: 35 36 $(MKDIR) $(MODDIR) 36 37 install -o root -g root -m 644 $(I2CTARGETS) $(MODDIR) 38 install :: install-i2c 37 39 38 clean ::40 clean-i2c: 39 41 $(RM) $(I2CTARGETS) $(I2CTARGETS:.o=.d) 42 clean :: clean-i2c
