From 8f486e730cdbcdaab08e5d4352a0a1d35a7f7aba Mon Sep 17 00:00:00 2001 From: Ron <ron@debian.org> Date: Sun, 12 May 2013 14:09:28 +0930 Subject: [PATCH] Remove opus_compare.o in Makefile.unix clean too It breaks the autoconf builds amusingly when that is left behind. --- Makefile.unix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.unix b/Makefile.unix index 7d37995d5..c0bab7c63 100644 --- a/Makefile.unix +++ b/Makefile.unix @@ -125,6 +125,7 @@ package_version: force force: clean: - rm -f opus_demo$(EXESUFFIX) opus_compare$(EXESUFFIX) $(TARGET) $(OBJS) $(OPUSDEMO_OBJS) + rm -f opus_demo$(EXESUFFIX) opus_compare$(EXESUFFIX) $(TARGET) \ + $(OBJS) $(OPUSDEMO_OBJS) $(OPUSCOMPARE_OBJS) .PHONY: all lib clean -- GitLab