From e989bce075e90e5c41491b76801139f85fc7250b Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Fri, 16 Nov 2001 16:08:10 +0000 Subject: [PATCH] Recommend the usage of $(am__cd). --- HACKING | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HACKING b/HACKING index 8c4974ac..701a7ade 100644 --- a/HACKING +++ b/HACKING @@ -59,8 +59,8 @@ * Never use basename or dirname. Instead use sed -* If you run `cd' within back-quotes, make sure you set `CDPATH=:', - otherwise the directory name may be printed, depending on CDPATH. +* Do not use `cd' within back-quotes, use `$(am__cd)' instead. + Otherwise the directory name may be printed, depending on CDPATH. * For install and uninstall rules, if a loop is required, it should be silent. Then the body of the loop itself should print each -- 2.43.5