]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix typo
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 13 Sep 2015 17:50:22 +0000 (19:50 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 13 Sep 2015 17:50:22 +0000 (19:50 +0200)
* sysdeps/mach/hurd/Makefile ($(patsubst %,$(hurd-objpfx)hurd/%.%,auth
io fs process)): Drop spurious backslash.

ChangeLog
sysdeps/mach/hurd/Makefile

index eb731cc26c4d43eef8258828dd89f19d407e38cc..ab0bf5f54f15227a672d662f47ec2f1f031ce5c6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-09-13  Samuel Thibault  <samuel.thibault@ens-lyon.org>
+
+       * sysdeps/mach/hurd/Makefile ($(patsubst %,$(hurd-objpfx)hurd/%.%,auth
+       io fs process)): Drop spurious backslash.
+
 2015-09-12  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
 
        * sysdeps/unix/sysv/linux/getsysstats.c (__get_phys_pages):
index d8db400579fd90e8873b7ca50ae69c8d57e02312..97997b601b2319e2be409211f08b325fa93ef54e 100644 (file)
@@ -46,7 +46,7 @@ hurd-objpfx = $(common-objpfx)hurd/
 
 # These are all the generated headers that <hurd.h> includes.
 before-compile += $(patsubst %,$(hurd-objpfx)hurd/%.h,auth io fs process)
-$(patsubst %,$(hurd-objpfx)hurd/%.%,auth io fs process): hurd-before-compile \
+$(patsubst %,$(hurd-objpfx)hurd/%.%,auth io fs process): hurd-before-compile
 .PHONY: hurd-before-compile
 hurd-before-compile: $(common-objpfx)mach/mach-shortcuts.h
        $(MAKE) -C $(..)hurd subdir=hurd before-compile no_deps=t