Skip to content
Snippets Groups Projects
Commit 04457453 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix typo (missing paren) in node util build rule

Not sure how I missed this before <shrug>
parent dad55fc4
Branches
Tags
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4506 passed
...@@ -199,7 +199,7 @@ $(UNBAJA): $(UNBAJA_OBJS) | $(OBJODIR) $(EXEODIR) ...@@ -199,7 +199,7 @@ $(UNBAJA): $(UNBAJA_OBJS) | $(OBJODIR) $(EXEODIR)
$(QUIET)$(CC) $(CONSOLE_LDFLAGS) -o $@ $(UNBAJA_OBJS) $(XPDEV_LIBS) $(UTIL_LIBS) $(QUIET)$(CC) $(CONSOLE_LDFLAGS) -o $@ $(UNBAJA_OBJS) $(XPDEV_LIBS) $(UTIL_LIBS)
# Node Utility # Node Utility
$(NODE): $(NODE_OBJS $(ENCODE_LIB) $(NODE): $(NODE_OBJS) $(ENCODE_LIB)
@echo Linking $@ @echo Linking $@
$(QUIET)$(CC) $(CONSOLE_LDFLAGS) -o $@ $(NODE_OBJS) $(XPDEV_LIBS) $(ENCODE_LIBS) $(QUIET)$(CC) $(CONSOLE_LDFLAGS) -o $@ $(NODE_OBJS) $(XPDEV_LIBS) $(ENCODE_LIBS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment