Skip to content

Commit fb41def

Browse files
committed
Fix
1 parent 6e00d27 commit fb41def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ portaudio/Makefile:
107107
$(PORTAUDIOLIB): portaudio/Makefile
108108
@cd $(dir $<) && ./configure
109109
@cd $(dir $<) && $(MAKE)
110-
$(OBJS): $(PORTAUDIOLIB)
110+
main.o: $(PORTAUDIOLIB)
111111

112112
# suppress warning when compiling PortAudio
113113
virtio-snd.o: CFLAGS += -Wno-unused-parameter

0 commit comments

Comments
 (0)