From 11a50359644b2e425d78090ff830adb643c52f24 Mon Sep 17 00:00:00 2001 From: Filipianosol Date: Fri, 6 Nov 2020 02:26:08 +0100 Subject: [PATCH] Revert "Fix macOS external data" This reverts commit 5b711987a60706db4c0266fee90d08382259a2f8. --- Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index b09483c..85eaaec 100644 --- a/Makefile +++ b/Makefile @@ -706,11 +706,7 @@ res: $(BASEPACK_PATH) # prepares the basepack.lst $(BASEPACK_LST): $(EXE) @mkdir -p $(BUILD_DIR)/$(BASEDIR) - ifeq ($(HOST_OS),Darwin) - @echo > $(BASEPACK_LST) - else - @echo -n > $(BASEPACK_LST) - endif + @echo -n > $(BASEPACK_LST) @echo "$(BUILD_DIR)/sound/bank_sets sound/bank_sets" >> $(BASEPACK_LST) @echo "$(BUILD_DIR)/sound/sequences.bin sound/sequences.bin" >> $(BASEPACK_LST) @echo "$(BUILD_DIR)/sound/sound_data.ctl sound/sound_data.ctl" >> $(BASEPACK_LST) @@ -1011,4 +1007,4 @@ MAKEFLAGS += --no-builtin-rules -include $(DEP_FILES) -print-% : ; $(info $* is a $(flavor $*) variable set to [$($*)]) @true +print-% : ; $(info $* is a $(flavor $*) variable set to [$($*)]) @true \ No newline at end of file