mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-22 14:10:39 +01:00
rules.mk: Rename make_version_script.sh to make-version-script.sh
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
14e8c9e279
commit
027d82c016
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ $(SO_PREFIX)%.so: %.o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(VERSION_SCRIPT):
|
$(VERSION_SCRIPT):
|
||||||
sh $(MOD_SCRIPT_DIR)/make_version_script.sh $(BINARY_VERSION) > $@.tmp
|
sh $(MOD_SCRIPT_DIR)/make-version-script.sh $(BINARY_VERSION) > $@.tmp
|
||||||
mv $@.tmp $@
|
mv $@.tmp $@
|
||||||
|
|
||||||
ifneq ($(TARGET),mingw)
|
ifneq ($(TARGET),mingw)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue