X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=free%2Flibs%2FMakefile;h=afd3d6f09391f297d65f1af73c56a4a424caa344;hb=e938d9e3bf5c98b502178ee26d81a410890fb725;hp=12163bd5e707a91d033cfe853d80293d18225367;hpb=6c0e6f3b91ed669384f7fe894e4bb4891ffa6440;p=libucw.git diff --git a/free/libs/Makefile b/free/libs/Makefile index 12163bd5..afd3d6f0 100644 --- a/free/libs/Makefile +++ b/free/libs/Makefile @@ -55,10 +55,7 @@ libs: $(LIBUCW) $(LIBSH) $(LIBIMAGES) $(LIBCHARSET) $(LIBLANG) include $(s)/build/Makebottom ifndef CONFIG_LOCAL -install: $(INSTALL_TARGETS) - install -d -m 755 $(DESTDIR)$(INSTALL_INCLUDE_DIR)/ucw - install -m 644 obj/autoconf.h $(DESTDIR)$(INSTALL_INCLUDE_DIR)/ucw - +install: all $(INSTALL_TARGETS) else install: @echo "Nothing to install, this is a local build." && false