From 61b359e7bf7184c4992e84563a9ee7c0317418fb Mon Sep 17 00:00:00 2001 From: David Griffith Date: Sun, 11 Mar 2018 06:33:57 -0700 Subject: [PATCH] Change append redirection to create redirection to avoid garbage. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 87ef44b..973ed82 100644 --- a/Makefile +++ b/Makefile @@ -218,7 +218,7 @@ $(COMMON_DIR)/defines.h: $(CURSES_DIR)/defines.h: @echo "Generating $@" - @echo "#define CONFIG_DIR \"$(SYSCONFDIR)\"" >> $@ + @echo "#define CONFIG_DIR \"$(SYSCONFDIR)\"" > $@ @echo "#define SOUND \"$(SOUND)\"" >> $@ @echo "#define SAMPLERATE $(SAMPLERATE)" >> $@ @echo "#define BUFFSIZE $(BUFFSIZE)" >> $@ -- 2.34.1