From: Jaroslav Kysela Date: Wed, 15 Nov 2017 10:16:48 +0000 (+0100) Subject: Makefile: fix version file creation X-Git-Tag: v1.1.6~2 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=c92440aad8a96f487f9f459c9658dcd642c24f50;p=alsa-tools.git Makefile: fix version file creation Signed-off-by: Jaroslav Kysela --- diff --git a/Makefile b/Makefile index 8497281..0d63532 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ install: done alsa-dist: - @echo $(VERSION) >> $(TOP)/version + @echo $(VERSION) > $(TOP)/version @mkdir -p $(TOP)/distdir @for i in $(SUBDIRS); do \ cd $(TOP)/$$i; echo $(TOP)/$$i; \