summaryrefslogtreecommitdiff
path: root/NxWidgets/UnitTests/CListBox/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/UnitTests/CListBox/Makefile')
-rw-r--r--NxWidgets/UnitTests/CListBox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/NxWidgets/UnitTests/CListBox/Makefile b/NxWidgets/UnitTests/CListBox/Makefile
index 301424c47..58d313b4f 100644
--- a/NxWidgets/UnitTests/CListBox/Makefile
+++ b/NxWidgets/UnitTests/CListBox/Makefile
@@ -134,7 +134,7 @@ chklib:
$(NXWIDGETS_LIB): # Just to keep make happy. chklib does the work.
.built: chkcxx chklib $(OBJS) $(NXWIDGETS_LIB)
- $(call ARCHIVE, $@, $(OBJS))
+ $(call ARCHIVE, $(BIN), $(OBJS))
ifeq ($(WINTOOL),y)
$(Q) $(ARCHIVER) -w -p "$(CROSSDEV)" $(BIN) $(NXWIDGETS_DIR)
else