From a72d4d6dce529f64010edd6e2f541c0d48c6a7cd Mon Sep 17 00:00:00 2001 From: Michal Vaner Date: Mon, 24 Nov 2008 10:03:56 +0100 Subject: [PATCH] Fix comments --- free/libs/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.2