mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
rules.mk: Add precaution against failure of make_version_script.sh
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
29c262c102
commit
fb39ae6376
1 changed files with 2 additions and 1 deletions
|
|
@ -236,7 +236,8 @@ $(SO_PREFIX)%.so: %.o
|
|||
endif
|
||||
|
||||
$(VERSION_SCRIPT):
|
||||
sh $(MOD_SCRIPT_DIR)/make_version_script.sh $(BINARY_VERSION) > $@
|
||||
sh $(MOD_SCRIPT_DIR)/make_version_script.sh $(BINARY_VERSION) > $@.tmp
|
||||
mv $@.tmp $@
|
||||
|
||||
ifneq ($(TARGET),mingw)
|
||||
$(LIB_SO): $(VERSION_SCRIPT) $(LIB_A) $(TOPDIR)/dir_build_LIB.done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue