Scope-eye.net Git Repository
/
liskon_frotz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8893e69
)
Change append redirection to create redirection to avoid garbage.
author
David Griffith
<dave@661.org>
Sun, 11 Mar 2018 13:33:57 +0000
(06:33 -0700)
committer
David Griffith
<dave@661.org>
Sun, 11 Mar 2018 13:33:57 +0000
(06:33 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 87ef44be86ea0b1f201ac385986e2f0717cd9904..973ed82b99fb6c2483ee80e2cc3ccf25514a5806 100644
(file)
--- 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)" >> $@