From 39f1b803ae1fb557fa141e5ab624bd3c4082c052 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 25 Nov 1998 01:31:40 +0000 Subject: 1998-11-25 Roland McGrath * Makeconfig ($(common-objpfx)sysd-sorted): Use @ instead of / as sed s separator, since $(..) might contain a /. --- Makeconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makeconfig') diff --git a/Makeconfig b/Makeconfig index f625f76..2c13c20 100644 --- a/Makeconfig +++ b/Makeconfig @@ -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; \ -- cgit v1.1