From 7650f7be3a934cba6c21595dec38eb5537bf3197 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 13 Sep 2015 19:50:22 +0200 Subject: [PATCH] Fix typo * sysdeps/mach/hurd/Makefile ($(patsubst %,$(hurd-objpfx)hurd/%.%,auth io fs process)): Drop spurious backslash. --- ChangeLog | 5 +++++ sysdeps/mach/hurd/Makefile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index eb731cc26c..ab0bf5f54f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-09-13 Samuel Thibault + + * sysdeps/mach/hurd/Makefile ($(patsubst %,$(hurd-objpfx)hurd/%.%,auth + io fs process)): Drop spurious backslash. + 2015-09-12 Rasmus Villemoes * sysdeps/unix/sysv/linux/getsysstats.c (__get_phys_pages): diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile index d8db400579..97997b601b 100644 --- a/sysdeps/mach/hurd/Makefile +++ b/sysdeps/mach/hurd/Makefile @@ -46,7 +46,7 @@ hurd-objpfx = $(common-objpfx)hurd/ # These are all the generated headers that 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 -- 2.43.5