From: David Griffith Date: Sun, 11 Mar 2018 13:33:57 +0000 (-0700) Subject: Change append redirection to create redirection to avoid garbage. X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=61b359e7bf7184c4992e84563a9ee7c0317418fb;p=liskon_frotz.git Change append redirection to create redirection to avoid garbage. --- 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)" >> $@