Changeset 3284 for trunk/kBuild/units/qt4.kmk
- Timestamp:
- Jan 5, 2019, 2:40:31 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/units/qt4.kmk
r3121 r3284 611 611 endif 612 612 613 $(target)_ INTERMEDIATES += $(realout)613 $(target)_2_INTERMEDIATES += $(realout) 614 614 $(target)_GEN_SOURCES_ += $(realout) 615 615 $(target)_CLEAN += $(out) $(realout) $(more_output) $(maybe_output) $(dep) … … 698 698 endif 699 699 700 $(target)_ INTERMEDIATES += $(realout)700 $(target)_2_INTERMEDIATES += $(realout) 701 701 $(target)_CLEAN += $(out) $(realout) $(more_output) $(maybe_output) $(dep) 702 702 … … 784 784 endif 785 785 786 $(target)_ INTERMEDIATES += $(realout)786 $(target)_2_INTERMEDIATES += $(realout) 787 787 $(target)_GEN_SOURCES_ += $(realout) 788 788 $(target)_CLEAN += $(out) $(realout) $(more_output) $(maybe_output) $(dep) … … 877 877 endif 878 878 879 $(target)_ INTERMEDIATES += $(realout)879 $(target)_2_INTERMEDIATES += $(realout) 880 880 $(target)_CLEAN += $(out) $(realout) $(more_output) $(maybe_output) $(dep) 881 881
Note:
See TracChangeset
for help on using the changeset viewer.