mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
so.mk: Add install_dir_LIB as prerequisite of install
This commit is contained in:
parent
141a52587a
commit
fbff621174
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ include $(MODDIR)/make/rules.mk
|
||||||
|
|
||||||
all: $(SHOBJS) $(BUILD_SHOBJS)
|
all: $(SHOBJS) $(BUILD_SHOBJS)
|
||||||
clean: objclean textclean localclean profclean
|
clean: objclean textclean localclean profclean
|
||||||
install: $(ALL) installso
|
install: $(ALL) install_dir_LIB installso
|
||||||
|
|
||||||
$(BUILD_LIBDIR)/%.so: %.so
|
$(BUILD_LIBDIR)/%.so: %.so
|
||||||
install -m 755 $< $@
|
install -m 755 $< $@
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue