summaryrefslogtreecommitdiff
path: root/apps/system/nxplayer
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/nxplayer')
-rw-r--r--apps/system/nxplayer/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/system/nxplayer/Makefile b/apps/system/nxplayer/Makefile
index 5597e6af0..3f0c9d949 100644
--- a/apps/system/nxplayer/Makefile
+++ b/apps/system/nxplayer/Makefile
@@ -94,11 +94,11 @@ $(COBJS): %$(OBJEXT): %.c
$(Q) touch .built
ifeq ($(CONFIG_BUILD_KERNEL),y)
-$(INSTALL_DIR)/$(PROGNAME): $(OBJS)
- @echo "LD: $<"
- $(Q) $(LD) $(LDELFFLAGS) $(LDLIBPATH) -o $@ $(ARCHCRT0OBJ) $^ $(LDLIBS)
+$(BIN_DIR)$(DELIM)$(PROGNAME): $(OBJS)
+ @echo "LD: $(PROGNAME)"
+ $(Q) $(LD) $(LDELFFLAGS) $(LDLIBPATH) -o $(INSTALL_DIR)$(DELIM)$(PROGNAME) $(ARCHCRT0OBJ) $(LDLIBS)
-install: $(INSTALL_DIR)/$(PROGNAME)
+install: $(BIN_DIR)$(DELIM)$(PROGNAME)
else
install: