Makefile: Correct list of .o files depending on text.h

This commit is contained in:
Robert Ransom 2012-05-21 21:12:11 +00:00
parent 07b702d9a1
commit a6308d52be
1 changed files with 1 additions and 1 deletions

View File

@ -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: