From 9e5bc1bca1fc2e7b5fe6d07c22b5ca8d375be581 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Tue, 6 Sep 2005 18:27:49 +0000
Subject: [PATCH] Add wildcard argument support to unbaja.

---
 src/sbbs3/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sbbs3/Makefile b/src/sbbs3/Makefile
index cebc9e966f..a3e8c83cdb 100644
--- a/src/sbbs3/Makefile
+++ b/src/sbbs3/Makefile
@@ -121,7 +121,7 @@ $(BAJA): $(BAJA_OBJS)
 # UnBaja Utility
 $(UNBAJA): $(UNBAJA_OBJS)
 	@echo Linking $@
-	$(QUIET)$(CC) $(UTIL_LDFLAGS) -e$@ $**
+	$(QUIET)$(CC) $(UTIL_LDFLAGS) -e$@ $** $(WILDARGS)
 
 # Node Utility
 $(NODE): $(NODE_OBJS)
-- 
GitLab