Changeset 3284 for trunk/kBuild/units/qt3.kmk
- Timestamp:
- Jan 5, 2019, 2:40:31 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/units/qt3.kmk
r3121 r3284 513 513 endif 514 514 515 $(target)_ INTERMEDIATES += $(realout.h)515 $(target)_2_INTERMEDIATES += $(realout.h) 516 516 $(target)_GEN_SOURCES_ += $(realout.cpp) 517 517 $(target)_CLEAN += $(out.h) $(out.cpp) $(realout.h) $(realout.cpp) $(more_output) $(maybe_output) $(dep) … … 602 602 endif 603 603 604 $(target)_ INTERMEDIATES += $(realout)604 $(target)_2_INTERMEDIATES += $(realout) 605 605 $(target)_GEN_SOURCES_ += $(realout) 606 606 $(target)_CLEAN += $(out) $(realout) $(more_output) $(maybe_output) $(dep) … … 693 693 endif 694 694 695 $(target)_ INTERMEDIATES += $(realout)695 $(target)_2_INTERMEDIATES += $(realout) 696 696 $(target)_CLEAN += $(out) $(realout) $(more_output) $(maybe_output) $(dep) 697 697
Note:
See TracChangeset
for help on using the changeset viewer.