[hackers] [sbase] Makefile: Correct list of .o files depending on text.h || Robert Ransom

From: <hg_AT_suckless.org>
Date: Tue, 22 May 2012 13:08:49 +0200 (CEST)

changeset: 128:9beeb0671738
user: Robert Ransom <rransom.8774_AT_gmail.com>
date: Mon May 21 21:12:11 2012 +0000
files: Makefile
description:
Makefile: Correct list of .o files depending on text.h


diff -r 05d5ed29caa8 -r 9beeb0671738 Makefile
--- a/Makefile Mon May 21 21:09:38 2012 +0000
+++ b/Makefile Mon May 21 21:12:11 2012 +0000
_AT_@ -65,7 +65,7 @@
 
 $(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:
Received on Tue May 22 2012 - 13:08:49 CEST

This archive was generated by hypermail 2.3.0 : Tue May 22 2012 - 13:12:11 CEST