X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=68ea310d6b0ba4a61dacdcb61d6944fd0a20d545;hb=a6368763d08042207963c941b1c52b5fafcb0cb3;hp=4e31f5e6e964b20da0d3cb429c11371cfbee22ec;hpb=d306a98a767cebe06bb927af10888157c3e62ab9;p=libucw.git diff --git a/Makefile b/Makefile index 4e31f5e6..68ea310d 100644 --- a/Makefile +++ b/Makefile @@ -66,14 +66,7 @@ libs: $(LIBUCW) $(LIBXML) $(LIBIMAGES) $(LIBCHARSET) include $(BUILDSYS)/Makebottom ifndef CONFIG_LOCAL -install: all $(INSTALL_TARGETS) install-libs install-api install-configs install-utils - -install-libs: $(INSTALL_LIB_TARGETS) -install-api: $(INSTALL_API_TARGETS) - /sbin/ldconfig -n $(DESTDIR)$(INSTALL_LIB_DIR) -install-configs: $(INSTALL_CONFIG_TARGETS) -install-utils: $(INSTALL_UTILS_TARGETS) -.PHONY: install-libs install-api install-configs install-utils +install: all $(INSTALL_TARGETS) else install: @echo "Nothing to install, this is a local build." && false