mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-28 05:40:23 -04:00
Makefile: fix version file creation
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
882d4b1048
commit
c92440aad8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue