Changeset 3284 for trunk/kBuild/units/qt5.kmk
- Timestamp:
- Jan 5, 2019, 2:40:31 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/units/qt5.kmk
r3160 r3284 641 641 endif 642 642 643 $(target)_ INTERMEDIATES += $(realout)643 $(target)_2_INTERMEDIATES += $(realout) 644 644 $(target)_GEN_SOURCES_ += $(realout) 645 645 $(target)_CLEAN += $(out) $(realout) $(more_output) $(maybe_output) $(dep) … … 735 735 endif 736 736 737 $(target)_ INTERMEDIATES += $(realout)737 $(target)_2_INTERMEDIATES += $(realout) 738 738 $(target)_CLEAN += $(out) $(realout) $(more_output) $(maybe_output) $(dep) 739 739 … … 828 828 endif 829 829 830 $(target)_ INTERMEDIATES += $(realout)830 $(target)_2_INTERMEDIATES += $(realout) 831 831 $(target)_GEN_SOURCES_ += $(realout) 832 832 $(target)_CLEAN += $(out) $(realout) $(more_output) $(maybe_output) $(dep) … … 928 928 endif 929 929 930 $(target)_ INTERMEDIATES += $(realout)930 $(target)_2_INTERMEDIATES += $(realout) 931 931 $(target)_CLEAN += $(out) $(realout) $(more_output) $(maybe_output) $(dep) 932 932
Note:
See TracChangeset
for help on using the changeset viewer.