Skip to content
Snippets Groups Projects
Commit 4296310a 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 bb803cf0
No related branches found
No related tags found
No related merge requests found
......@@ -199,7 +199,7 @@ $(UNBAJA): $(UNBAJA_OBJS) | $(OBJODIR) $(EXEODIR)
$(QUIET)$(CC) $(CONSOLE_LDFLAGS) -o $@ $(UNBAJA_OBJS) $(XPDEV_LIBS) $(UTIL_LIBS)
# Node Utility
$(NODE): $(NODE_OBJS $(ENCODE_LIB)
$(NODE): $(NODE_OBJS) $(ENCODE_LIB)
@echo Linking $@
$(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.
Finish editing this message first!
Please register or to comment