Changeset 4228
- Timestamp:
- 11/05/06 15:41:34 (2 years ago)
- Files:
-
- lm-sensors/trunk/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/Makefile
r4222 r4228 337 337 338 338 clean:: 339 $(RM) lm_sensors-* 339 $(RM) lm_sensors-* lex.backup 340 340 341 341 user_uninstall:: … … 477 477 $(BISON) -p sensors_yy -d $< -o $@ 478 478 479 ifeq ($(DEBUG),1) 480 FLEX_FLAGS := -Psensors_yy -t -b -Cf 481 else 482 FLEX_FLAGS := -Psensors_yy -t -Cf 483 endif 484 479 485 %.c: %.l 480 $(FLEX) -Psensors_yy -t -b -Cf$< > $@486 $(FLEX) $(FLEX_FLAGS) $< > $@
