Makefile: Correct list of .o files depending on text.h
This commit is contained in:
parent
07b702d9a1
commit
a6308d52be
2
Makefile
2
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user