Skip to content
Snippets Groups Projects
Commit 7888a3bb authored by deuce's avatar deuce
Browse files

Fixed build problem: wasn't re-linking tone.exe if xpdev.a was updated.

parent c077c133
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ LDFLAGS += $(XPDEV_LDFLAGS)
CFLAGS += $(XPDEV_CFLAGS)
LDLIBS += $(XPDEV_LIBS)
$(TONE): $(OBJODIR)$(DIRSEP)tone$(OFILE)
$(TONE): $(OBJODIR)$(DIRSEP)tone$(OFILE) $(XPDEV_LIB)
@echo Creating $@
$(QUIET)$(CC) $(CFLAGS) $(CCFLAGS) $(LDFLAGS) $(OUTPUT)$@ $^ $(LDLIBS)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment