X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=Makefile;h=68ea310d6b0ba4a61dacdcb61d6944fd0a20d545;hb=182529f4473a1d9b0b2815b6729f0f2b82ab287c;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