]> mj.ucw.cz Git - libucw.git/commitdiff
Fix comments
authorMichal Vaner <vorner@ucw.cz>
Mon, 24 Nov 2008 09:03:56 +0000 (10:03 +0100)
committerMichal Vaner <vorner@ucw.cz>
Mon, 24 Nov 2008 09:03:56 +0000 (10:03 +0100)
free/libs/Makefile

index 484de74553f76f2b21e560a5244e39a108491991..2264275ef0447a6e62bc67aa31e1400476112a2a 100644 (file)
@@ -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