so.mk: Add install_dir_LIB as prerequisite of install

This commit is contained in:
Jan Lindemann 2009-05-27 10:11:27 +00:00 committed by Jan Lindemann
commit fbff621174

View file

@ -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 $< $@