From 71f0d0031958e6c6374428b5500f6fdf0482ac21 Mon Sep 17 00:00:00 2001 From: Patrik Gornicz Date: Mon, 22 Jun 2009 23:10:58 -0400 Subject: [PATCH] removed old comment --- lib/rules.mk | 2 -- tests/rules.mk | 2 -- 2 files changed, 4 deletions(-) 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} -- 2.10.2