From: Samuel Thibault Date: Tue, 15 Sep 2015 08:19:31 +0000 (+0200) Subject: Fix typo X-Git-Tag: glibc-2.23~490 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=333ceaa54bc27de48fc6eecc7b0a3e75a0c5ce50;p=thirdparty%2Fglibc.git Fix typo * sysdeps/mach/hurd/Makefile ($(patsubst %,$(hurd-objpfx)hurd/%.%,auth io fs process)): Fix bogus %.% pattern into %.h. --- diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile index 97997b601b2..42cfbce8afa 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/%.h,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