From: Michal Vaner Date: Mon, 24 Nov 2008 09:03:56 +0000 (+0100) Subject: Fix comments X-Git-Tag: holmes-import~141^2 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=a72d4d6dce529f64010edd6e2f541c0d48c6a7cd;p=libucw.git Fix comments --- diff --git a/free/libs/Makefile b/free/libs/Makefile index 484de745..2264275e 100644 --- a/free/libs/Makefile +++ b/free/libs/Makefile @@ -42,8 +42,10 @@ INSTALL_TARGETS+=install-configs install-configs: install -d -m 755 $(DESTDIR)$(INSTALL_CONFIG_DIR) install -m 644 $(addprefix run/$(CONFIG_DIR)/,$(FREE_CONFIGS)) $(DESTDIR)$(INSTALL_CONFIG_DIR) +endif -# Submakefiles of libraries +# Include submakefiles of requested libraries +ifdef CONFIG_SHERLOCK_LIB include $(s)/sherlock/Makefile endif