Ignore:
Timestamp:
Mar 11, 2010, 3:04:05 AM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

qmake: os2/gnumake: Replaced hard-coded DEF_FILE generation target with more flexible and consistent code in default_post.prf.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mkspecs/features/os2/default_pre.prf

    r656 r673  
    110110                    else:tgt = Part$${next}
    111111                }
    112                 eval(ALL_DEPS += $(call q,$(TARGET_IMPLIB)) $${tgt})
     112                eval(ALL_DEPS += $(TARGET_IMPLIB) $${tgt})
    113113                export(ALL_DEPS)
    114114
Note: See TracChangeset for help on using the changeset viewer.