From 4b28abd09e674c26e175a413c14ae8f7a612d702 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Wed, 26 Oct 2011 09:09:21 +0000 Subject: [PATCH] Remove old glade reference. --- src/sbbs3/userlist/GNUmakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sbbs3/userlist/GNUmakefile b/src/sbbs3/userlist/GNUmakefile index d616b1a2fd..bb5a6d2aed 100644 --- a/src/sbbs3/userlist/GNUmakefile +++ b/src/sbbs3/userlist/GNUmakefile @@ -32,4 +32,3 @@ export LD_RUN_PATH $(USERLIST): $(SBBS) $(OBJS) @echo Linking $@ $(QUIET)$(CC) $(LDFLAGS) $(OBJS) -o $@ -lsbbs $(SMBLIB_LIBS) $(XPDEV-MT_LIBS) $(SBBS_LIBS) - $(QUIET)cd $(EXEODIR) && ln -s ../gtkuserlist.glade . -- GitLab