From: Patrik Gornicz Date: Tue, 23 Jun 2009 03:10:58 +0000 (-0400) Subject: removed old comment X-Git-Tag: libbear-premerge~41 X-Git-Url: http://gitweb.pgornicz.com/?a=commitdiff_plain;h=71f0d0031958e6c6374428b5500f6fdf0482ac21;p=libbear.git removed old comment --- diff --git a/lib/rules.mk b/lib/rules.mk index d2ca455..f13cda2 100644 --- a/lib/rules.mk +++ b/lib/rules.mk @@ -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} diff --git a/tests/rules.mk b/tests/rules.mk index 617f251..0c5bcf1 100644 --- a/tests/rules.mk +++ b/tests/rules.mk @@ -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}