1998-11-25 Roland McGrath <roland@baalperazim.frob.com>

* Makeconfig ($(common-objpfx)sysd-sorted): Use @ instead of / as sed 
s separator, since $(..) might contain a /.
This commit is contained in:
Roland McGrath 1998-11-25 01:31:40 +00:00
parent 45b3d8ad2a
commit 39f1b803ae
1 changed files with 1 additions and 1 deletions

View 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; \