From c92440aad8a96f487f9f459c9658dcd642c24f50 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 15 Nov 2017 11:16:48 +0100 Subject: [PATCH] Makefile: fix version file creation Signed-off-by: Jaroslav Kysela --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \ -- 2.47.1