($(common-objpfx)errnos.d): Quote `..' dots in sed search string.

This commit is contained in:
Miles Bader 1996-07-27 16:49:26 +00:00
parent 6f25696828
commit 5f6a519f47
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ $(common-objpfx)errnos.d: $(mach-errnos-deps)
$(mach-errno-h) | \
$(CC) $(CPPFLAGS) -M -x c - | \
sed $(sed-remove-objpfx) -e 's,- *:,mach-errnos-deps :=,' \
-e 's,../,$(..),g' > $@t
-e 's,\.\./,$(..),g' > $@t
mv -f $@t $@
$(hurd)/errnos.h: $(common-objpfx)stamp-errnos ;