aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2020-09-16 12:31:11 -0700
committerGlenn Kasten <gkasten@google.com>2020-09-16 12:37:00 -0700
commit299219cedb8e056daee8d46f182fa262ced00927 (patch)
treeac6245d0b2ee51705efdb4e40f2f265eee60c60c /utils
parent15b7725e0a415ec34592fa325db63cf58a892a47 (diff)
Fix Makefile dependencies
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 2e4bef6..f733c39 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -23,19 +23,19 @@ tinyplay tinycap tinypcminfo tinymix: LDLIBS+=-ldl
tinyplay: tinyplay.o libtinyalsa.a
-tinyplay.o: tinyplay.c pcm.h mixer.h asoundlib.h
+tinyplay.o: tinyplay.c pcm.h mixer.h asoundlib.h optparse.h
tinycap: tinycap.o libtinyalsa.a
-tinycap.o: tinycap.c pcm.h mixer.h asoundlib.h
+tinycap.o: tinycap.c pcm.h mixer.h asoundlib.h optparse.h
tinymix: tinymix.o libtinyalsa.a
-tinymix.o: tinymix.c pcm.h mixer.h asoundlib.h
+tinymix.o: tinymix.c pcm.h mixer.h asoundlib.h optparse.h
tinypcminfo: tinypcminfo.o libtinyalsa.a
-tinypcminfo.o: tinypcminfo.c pcm.h mixer.h asoundlib.h
+tinypcminfo.o: tinypcminfo.c pcm.h mixer.h asoundlib.h optparse.h
.PHONY: clean
clean: