Skip to content

Commit 783f74d

Browse files
authored
Fixing recursive make invocation.
1 parent 4a5af70 commit 783f74d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mips/psyqo-lua/psyqo-lua.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ $(PSYQOLUADIR)libpsyqo-lua.a:
1818
$(MAKE) -C $(PSYQOLUADIR) BUILD=$(BUILD)
1919

2020
$(PSYQOLUADIR)../../../third_party/psxlua/src/liblua.a:
21-
$(MAKE) -C $(PSYQOLUADIR)../../../third_party/psxlua psx
21+
$(MAKE) -C $(PSYQOLUADIR)../../../third_party/psxlua/ psx
2222

2323
clean-psyqo-lua:
2424
$(MAKE) -C $(PSYQOLUADIR) clean
25-
$(MAKE) -C $(PSYQOLUADIR)../../../third_party/psxlua clean
25+
$(MAKE) -C $(PSYQOLUADIR)../../../third_party/psxlua/ clean
2626

2727
.PHONY: clean-psyqo-lua $(PSYQOLUADIR)libpsyqo-lua.a $(PSYQOLUADIR)../../../third_party/psxlua/src/liblua.a
2828
endif

0 commit comments

Comments
 (0)