Remove unneeded dependency. - sam - An updated version of the sam text editor.
(HTM) git clone git://vernunftzentrum.de/sam.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit cc466409751bfb9d4aa8fa796b14eb34f66d7137
(DIR) parent 325249e222b526a5b95e6bde00d2a8eb035d441b
(HTM) Author: Rob King <jking@deadpixi.com>
Date: Tue, 4 Oct 2016 22:56:51 -0500
Remove unneeded dependency.
Diffstat:
sam/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/sam/Makefile b/sam/Makefile
@@ -30,7 +30,7 @@ RXSAMNAME=rsam
CFLAGS=$(STANDARDS) $(INCS) $(INCLUDES) -DRXPATH='"$(RXPATH)"'
-LIB=../libframe/libframe.a ../libXg/libXg.a
+LIB=../libXg/libXg.a
CC?=c99
OBJ=sam.o address.o buffer.o cmd.o error.o file.o io.o \