removed make file comment
authorPatrik Gornicz <Gornicz.P@gmail.com>
Wed, 24 Jun 2009 00:29:57 +0000 (20:29 -0400)
committerPatrik Gornicz <Gornicz.P@gmail.com>
Wed, 24 Jun 2009 00:29:57 +0000 (20:29 -0400)
rules.mk

index b7387de..31ffe12 100644 (file)
--- a/rules.mk
+++ b/rules.mk
@@ -20,10 +20,6 @@ ${TARGETTMP_$P}: ${L_OBJS_$P} | $${@D}
 ${TARGET_$P}: ${TARGETTMP_$P} | $${@D}
        ${cmd-cp}
 
-# how to copy a library to the bin directory
-#${BINDIR_$P}${SONAME_${G_LIB}}: ${TARGET_${G_LIB}} | $${@D}
-#      ${cmd-cp}
-
 # rule to copy the config files into the working directory
 ${DSTCFGDIR_$P}%: ${SRCCFGDIR_$P}% | $$(dir $$@)
        ${cmd-cp}