summaryrefslogtreecommitdiff
path: root/solenv/inc/tg_rslb.mk
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/inc/tg_rslb.mk')
-rw-r--r--solenv/inc/tg_rslb.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/tg_rslb.mk b/solenv/inc/tg_rslb.mk
index 71a88b2347dc..4f060a0f132d 100644
--- a/solenv/inc/tg_rslb.mk
+++ b/solenv/inc/tg_rslb.mk
@@ -54,11 +54,11 @@ $(RESLIB$(TNR)TARGETN): \
$(RESLIB$(TNR)SRSFILES) \
$(RESLIB$(TNR)BMPS)
@echo "Making: " $(@:f)
-.IF "$(GUI)"=="UNX"
+.IF "$(OS)"!="WNT"
@@-$(RM) $(RSC_MULTI$(TNR))
-.ELSE # "$(GUI)"=="UNX"
+.ELSE # "$(OS)"!="WNT"
@@-$(RM) $(RSC_MULTI$(TNR))
-.ENDIF # "$(GUI)"=="UNX"
+.ENDIF # "$(OS)"!="WNT"
.ENDIF # "$(RESLIB$(TNR)TARGETN)"!=""