From 5fb99145e6565ea2194cb82d38a2c9a1e3fa1da8 Mon Sep 17 00:00:00 2001 From: Michal Vaner Date: Sun, 5 Oct 2008 10:23:44 +0200 Subject: [PATCH] Install libs-only config files --- free/libs/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- 2.39.2