diff options
author | Roland McGrath <roland@gnu.org> | 1996-07-18 04:18:05 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-07-18 04:18:05 +0000 |
commit | d7bca0d30b5d3c8ae8421a1994ba24b1b56370d7 (patch) | |
tree | 1fb4fd54d8fbf1c24498917b88b5db416d4eb23b /sysdeps/mach | |
parent | f18edac3a387b956579f7a5ed0e46322c83432b2 (diff) | |
download | glibc-d7bca0d30b5d3c8ae8421a1994ba24b1b56370d7.tar.gz glibc-d7bca0d30b5d3c8ae8421a1994ba24b1b56370d7.tar.xz glibc-d7bca0d30b5d3c8ae8421a1994ba24b1b56370d7.zip |
Wed Jul 17 23:56:35 1996 Roland McGrath <roland@baalperazim.frob.com>
* sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Replace ../ with $(..) in output.
Diffstat (limited to 'sysdeps/mach')
-rw-r--r-- | sysdeps/mach/hurd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile index 61b3288d98..8b70092f5f 100644 --- a/sysdeps/mach/hurd/Makefile +++ b/sysdeps/mach/hurd/Makefile @@ -76,7 +76,8 @@ endef $(common-objpfx)errnos.d: $(mach-errnos-deps) $(mach-errno-h) | \ $(CC) $(CPPFLAGS) -M -x c - | \ - sed $(sed-remove-objpfx) -e 's,- *:,mach-errnos-deps :=,' > $@t + sed $(sed-remove-objpfx) -e 's,- *:,mach-errnos-deps :=,' \ + -e 's,../,$(..),g' > $@t mv -f $@t $@ $(hurd)/errnos.h: $(common-objpfx)stamp-errnos ; |