commit a6308d52be0d26e35fc1bd40256961393f23ab3d
parent 07b702d9a1dc86292296726f8d79d2e0979e9924
Author: Robert Ransom <rransom.8774@gmail.com>
Date: Mon, 21 May 2012 21:12:11 +0000
Makefile: Correct list of .o files depending on text.h
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -65,7 +65,7 @@ all: $(BIN)
$(OBJ): util.h config.mk
$(BIN): util.a
-cat.o cp.o mv.o grep.o tail.o: text.h
+cat.o fold.o grep.o nl.o sort.o tail.o: text.h
cp.o mv.o rm.o: fs.h
.o: