diff --git a/Makefile b/Makefile index 34a336902f988586f691a31f8d914193410fcf44..0e8e1e7a85f86780cd0b874a5763c395248d0500 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ install: $(TARGET) $(INCLUDE) $(INCDIR)/make_templates/%: ./make_templates/% $(COPYRIGHT) @mkdir -p $(@D) - cat $(COPYRIGHT) >> $@ 2> /dev/null || true + cat $(COPYRIGHT) > $@ 2> /dev/null || true cat $< >> $@ $(BINDIR)/%: $(DISTDIR)/% | $(BINDIR)