Skip to content
Snippets Groups Projects
Commit 78d295af authored by deuce's avatar deuce
Browse files

Hack around $^ usage weirdness. This is the wrong way to do it, but wraptest

is a hack anyways so I don't care all that much.
parent a651a3ab
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ XPDEV-MT_SHLIB_BUILD = $(LIBODIR)$(DIRSEP)$(LIBPREFIX)xpdev_mt$(SOFILE)
all: lib mtlib
tests: $(WRAPTEST)
tests: $(MTOBJODIR) $(LIBODIR) $(EXEODIR) $(WRAPTEST)
dl: dl-lib dl-mtlib
......@@ -26,4 +26,4 @@ mtlib: $(MTOBJODIR) $(LIBODIR) $(XPDEV-MT_LIB_BUILD)
dl-mtlib: $(MTOBJODIR) $(LIBODIR) $(XPDEV-MT_SHLIB_BUILD)
$(WRAPTEST): $(MTOBJODIR) $(LIBODIR) $(EXEODIR) $(XPDEV-MT_LIB_BUILD)
$(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