Wed Jul 17 23:56:35 1996 Roland McGrath <roland@baalperazim.frob.com>
authorRoland McGrath <roland@gnu.org>
Thu, 18 Jul 1996 04:18:05 +0000 (04:18 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 18 Jul 1996 04:18:05 +0000 (04:18 +0000)
* sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Replace ../
with $(..) in output.

ChangeLog
sysdeps/mach/hurd/Makefile

index cb6e3c7..beb6762 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
+
 Wed Jul 17 21:53:45 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
 
        * elf/Makefile (dl-routines): Add dl-cache.
index 61b3288..8b70092 100644 (file)
@@ -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 ;