From 5f6a519f47625953122ec9fea8f29d9f47a9d911 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sat, 27 Jul 1996 16:49:26 +0000 Subject: ($(common-objpfx)errnos.d): Quote `..' dots in sed search string. --- sysdeps/mach/hurd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile index 26446951cc..974edfc07c 100644 --- a/sysdeps/mach/hurd/Makefile +++ b/sysdeps/mach/hurd/Makefile @@ -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 ; -- cgit v1.2.3