1998-11-25 Roland McGrath <roland@baalperazim.frob.com>
authorRoland McGrath <roland@gnu.org>
Wed, 25 Nov 1998 01:31:40 +0000 (01:31 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 25 Nov 1998 01:31:40 +0000 (01:31 +0000)
* Makeconfig ($(common-objpfx)sysd-sorted): Use @ instead of / as sed
s separator, since $(..) might contain a /.

Makeconfig

index f625f76..2c13c20 100644 (file)
@@ -787,7 +787,7 @@ $(common-objpfx)sysd-sorted: $(..)scripts/gen-sorted.awk $(all-Depend-files) \
                             $(common-objpfx)sysd-dirs $(..)Makeconfig
        (files="$(all-Depend-files)";                                   \
         for f in $$files; do                                           \
-          dir=`echo $$f | sed 's/^$(..)\(.*\)\/[^/]*$$/\1/'`;          \
+          dir=`echo $$f | sed 's@^$(..)\(.*\)/[^/]*$$@\1@'`;           \
           while read on; do                                            \
             echo "depend $$dir $$on";                                  \
           done < $$f;                                                  \