From: Michal Vaner Date: Sun, 5 Oct 2008 08:23:44 +0000 (+0200) Subject: Install libs-only config files X-Git-Tag: holmes-import~227^2~5^2~31 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=5fb99145e6565ea2194cb82d38a2c9a1e3fa1da8;p=libucw.git Install libs-only config files --- diff --git a/free/libs/Makefile b/free/libs/Makefile index 41eef5f9..7f91ca02 100644 --- a/free/libs/Makefile +++ b/free/libs/Makefile @@ -20,7 +20,13 @@ include $(s)/ucw/Makefile ifndef CONFIG_UCW_ONLY # Install config files -CONFIGS+=sherlock local +FREE_CONFIGS=sherlock local +CONFIGS+=$(FREE_CONFIGS) + +INSTALL_TARGETS+=install-configs +install-configs: + install -d -m 755 $(DESTDIR)$(INSTALL_CONFIG_DIR) + install -m 644 $(addprefix run/cf/,$(FREE_CONFIGS)) $(DESTDIR)$(INSTALL_CONFIG_DIR) # Set up names of common libraries (to avoid forward references in rules) LIBCHARSET=$(o)/charset/libcharset.pc