summaryrefslogtreecommitdiff
path: root/NxWidgets/UnitTests/nxwm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/UnitTests/nxwm/Makefile')
-rw-r--r--NxWidgets/UnitTests/nxwm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/NxWidgets/UnitTests/nxwm/Makefile b/NxWidgets/UnitTests/nxwm/Makefile
index 338b83e54..76007da1c 100644
--- a/NxWidgets/UnitTests/nxwm/Makefile
+++ b/NxWidgets/UnitTests/nxwm/Makefile
@@ -162,7 +162,7 @@ $(NXWIDGETS_LIB): # Just to keep make happy. chklibnxwidgets does the work.
$(NXWM_LIB): # Just to keep make happy. chklibnxwm does the work.
.built: $(OBJS) $(NXWIDGETS_LIB)
- $(call ARCHIVE, $@, $(OBJS))
+ $(call ARCHIVE, $(BIN), $(OBJS))
ifeq ($(WINTOOL),y)
$(Q) $(ARCHIVER) -w -p "$(CROSSDEV)" $(BIN) $(NXWIDGETS_DIR)
$(Q) $(ARCHIVER) -w -p "$(CROSSDEV)" $(BIN) $(NXWM_DIR)