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

Fix uifc makefile recursively calling itself

parent 80cffccc
No related branches found
No related tags found
No related merge requests found
Pipeline #5604 passed
......@@ -9,4 +9,4 @@ test: xpdev-mt ciolib-mt mtlib $(EXEODIR) $(UIFCTEST)
mtlib: $(UIFCLIB-MT_BUILD)
# Library dependencies.
$(UIFCTEST): $(CIOLIB-MT) $(XPDEV-MT_LIB) $(UIFCLIB-MT) mtlib
$(UIFCTEST): $(CIOLIB-MT) $(XPDEV-MT_LIB) $(UIFCLIB-MT_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