Skip to content

Commit 1ce86ce

Browse files
committed
adopt dj64.mk changes
1 parent a143d29 commit 1ce86ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ ifeq ($(DJ64STATIC),1)
6060
CFLAGS += -DSTATIC_LINK
6161
endif
6262

63-
$(CMD): $(DJ64_XOBJS)
64-
./link.sh $(LINK) $(DJ64_XLIB) $(DBG) $@ $(DJ64_XLDFLAGS)
63+
$(CMD): $(DJ64_XLIB)
64+
./link.sh $(LINK) $^ $(DBG) $@ $(DJ64_XLDFLAGS)
6565

6666
info: $(CMD)
6767
djstubify -i $<

0 commit comments

Comments
 (0)