Skip to content
Snippets Groups Projects
Commit b59bdcd7 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Borland make doesn't support order-only dependencies.

parent 1d806100
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
......@@ -29,7 +29,7 @@ ifdef WITH_SDL_AUDIO
endif
# Executable Build Rule
$(WRAPTEST): $(MTOBJODIR)/wraptest.o $(DEPS)
$(WRAPTEST): $(MTOBJODIR)/wraptest.o $(DEPS) | $(EXEODIR)
@echo Linking $@
$(QUIET)$(CC) -o $@ $(LDFLAGS) $(MT_LDFLAGS) $^ $(XPDEV-MT_LIB_BUILD) -lm $(XPDEV-MT_LIBS)
......
......@@ -29,4 +29,4 @@ dl-mtlib: $(MTOBJODIR) $(LIBODIR) $(XPDEV-MT_SHLIB_BUILD)
xptime: $(OBJODIR) $(LIBODIR) $(EXEODIR) $(XPTIME)
$(WRAPTEST): $(XPDEV-MT_LIB_BUILD) | $(EXEODIR)
$(WRAPTEST): $(XPDEV-MT_LIB_BUILD)
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