removed old comment
authorPatrik Gornicz <Gornicz.P@gmail.com>
Tue, 23 Jun 2009 03:10:58 +0000 (23:10 -0400)
committerPatrik Gornicz <Gornicz.P@gmail.com>
Tue, 23 Jun 2009 03:10:58 +0000 (23:10 -0400)
lib/rules.mk
tests/rules.mk

index d2ca455..f13cda2 100644 (file)
@@ -33,8 +33,6 @@ ${OBJSDIR_$P}%.o: ${SRCSDIR_$P}%.cpp | $${@D}
        ${cmd-cpptoobj}
 
 # rule to make a depend file from a .cpp
-#   be clever and escape the / chars in file paths
-#   DON'T simply use another sed delimiter or it can't appear in the file paths
 ${DEPSDIR_$P}%.d: ${SRCSDIR_$P}%.cpp | $${@D}
        ${cmd-cpptodep}
 
index 617f251..0c5bcf1 100644 (file)
@@ -11,8 +11,6 @@ ${OBJSDIR_$P}%.o: ${SRCSDIR_$P}%.cpp | $${@D}
        ${cmd-cpptoobj}
 
 # rule to make a depend file from a .cpp
-#   be clever and escape the / chars in file paths
-#   DON'T simply use another sed delimiter or it can't appear in the file paths
 ${DEPSDIR_$P}%.d: ${SRCSDIR_$P}%.cpp | $${@D}
        ${cmd-cpptodep}