From 307c9d39fb04f72a7437df2fa7c5723fccc2df2a Mon Sep 17 00:00:00 2001 From: MysterD Date: Mon, 27 Mar 2023 16:32:30 -0700 Subject: [PATCH] Revert audio makefile change --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 72305d3f..276c1b2a 100644 --- a/Makefile +++ b/Makefile @@ -1363,8 +1363,7 @@ endif $(BUILD_DIR)/%.table: %.aiff $(call print,Extracting codebook:,$<,$@) - $(V)$(shell while ! test -s $@.tmp ; do $(AIFF_EXTRACT_CODEBOOK) $< >$@.tmp ; done) - $(V)$(shell mv $@.tmp $@ ) + $(V)$(AIFF_EXTRACT_CODEBOOK) $< >$@ $(call print,Piping:,$<,$@.inc.c) $(V)hexdump -v -e '1/1 "0x%X,"' $< > $@.inc.c $(V)echo >> $@.inc.c