Revert audio makefile change

This commit is contained in:
MysterD 2023-03-27 16:32:30 -07:00
parent c21ba97eef
commit 307c9d39fb
1 changed files with 1 additions and 2 deletions

View File

@ -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