Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Roland McGrath committed Jul 18, 1996
1 parent f18edac commit d7bca0d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions 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.
Expand Down
3 changes: 2 additions & 1 deletion sysdeps/mach/hurd/Makefile
Expand Up @@ -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 ;
Expand Down

0 comments on commit d7bca0d

Please sign in to comment.